tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
HttpHeaders.add
tango
net
http
HttpHeaders
HttpHeaders
Add the specified header, and use a callback to provide the content.
void
add
(HttpHeaderName name, void delegate(OutputBuffer) dg)
class
HttpHeaders
void
add
(
HttpHeaderName
name
,
scope
void
delegate
(
OutputBuffer
)
dg
)
void
add
(HttpHeaderName name, const(char)[] value)
Meta
Source
See Implementation
tango
net
http
HttpHeaders
HttpHeaders
constructors
this
functions
add
addDate
addInt
clone
remove
Add the specified header, and use a callback to provide the content.