1
0
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:
jm-duro
2020-04-28 13:57:48 +02:00
committed by GitHub
parent 1e4e882bc2
commit 210b6e36b6
2 changed files with 14 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const (
)
pub struct Request {
pub:
pub mut:
method string
headers map[string]string
cookies map[string]string