dcgi ~master (2020-02-14T14:46:29Z)
Dub
Repo
Cookie
dcgi
struct
Cookie {
string
name
;
string
value
;
string
path
;
string
domain
;
DateTime
expire
;
bool
session
;
bool
secure
;
bool
httpOnly
;
void
invalidate
()
;
}
Members
Functions
invalidate
void
invalidate
()
Invalidate cookie
Meta
Source
See Implementation
dcgi
classes
Output
Request
enums
DisplayExceptions
functions
cgiLog
cgiMain
structs
Cookie
MaxRequestBodyLength
templates
DCGI