vweb: add path and domain fields to the Cookie struct
parent
8082261278
commit
90fea290ba
|
@ -90,6 +90,8 @@ pub struct Cookie {
|
||||||
name string
|
name string
|
||||||
value string
|
value string
|
||||||
expires time.Time
|
expires time.Time
|
||||||
|
path ?string
|
||||||
|
domain ?string
|
||||||
secure bool
|
secure bool
|
||||||
http_only bool
|
http_only bool
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue