serverino ~master (2024-03-17T18:35:47Z)
Dub
Repo
Output.KeyValue
serverino
interfaces
Output
Undocumented in source.
struct
Output
struct
KeyValue {
this
(string key, string value);
string
key
;
string
value
;
}
Constructors
this
this
(string key, string value)
Undocumented in source.
Members
Variables
key
string
key
;
Undocumented in source.
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
serverino
interfaces
Output
functions
addHeader
opAssign
opOpAssign
sendData
serveFile
setCookie
setTimeout
write
properties
status
static functions
toHTTPDate
structs
KeyValue
OutputImpl
variables
_internal