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