mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
http: mutable request fields
This commit is contained in:
parent
1e4e882bc2
commit
210b6e36b6
2 changed files with 14 additions and 1 deletions
|
@ -12,7 +12,7 @@ const (
|
|||
)
|
||||
|
||||
pub struct Request {
|
||||
pub:
|
||||
pub mut:
|
||||
method string
|
||||
headers map[string]string
|
||||
cookies map[string]string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue