mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
http: mutable request fields
This commit is contained in:
@ -12,7 +12,7 @@ const (
|
||||
)
|
||||
|
||||
pub struct Request {
|
||||
pub:
|
||||
pub mut:
|
||||
method string
|
||||
headers map[string]string
|
||||
cookies map[string]string
|
||||
|
Reference in New Issue
Block a user