ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
HttpHeaders.add
ocean
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, cstring value)
Meta
Source
See Implementation
ocean
net
http
HttpHeaders
HttpHeaders
constructors
this
functions
add
addDate
addInt
clone
remove
Add the specified header, and use a callback to provide the content.