mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vweb: parse request headers
This commit is contained in:
@@ -6,8 +6,8 @@ module http
|
||||
|
||||
struct Request {
|
||||
pub:
|
||||
// headers []string
|
||||
headers map_string
|
||||
headers2 []string
|
||||
headers map[string]string
|
||||
method string
|
||||
// cookies map[string]string
|
||||
h string
|
||||
|
||||
Reference in New Issue
Block a user