mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
@@ -6,7 +6,6 @@ module http
|
||||
import strings
|
||||
|
||||
// Header represents the key-value pairs in an HTTP header
|
||||
[noinit]
|
||||
pub struct Header {
|
||||
mut:
|
||||
data map[string][]string
|
||||
|
Reference in New Issue
Block a user