lighttp ~master (2020-01-09T16:41:23Z)
Dub
Repo
Cookie
lighttp
util
Undocumented in source.
struct
Cookie {
string
name
;
string
value
;
DateTime
expires
;
size_t
maxAge
;
string
domain
;
string
path
;
bool
secure
;
bool
httpOnly
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
domain
string
domain
;
Undocumented in source.
expires
DateTime
expires
;
Undocumented in source.
httpOnly
bool
httpOnly
;
Undocumented in source.
maxAge
size_t
maxAge
;
Undocumented in source.
name
string
name
;
Undocumented in source.
path
string
path
;
Undocumented in source.
secure
bool
secure
;
Undocumented in source.
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
lighttp
util
aliases
ClientRequest
ClientResponse
ServerRequest
ServerResponse
classes
Http
enums
MimeTypes
StatusCodes
structs
Cookie
Status
templates
HttpImpl