Public Member Functions | |
this (HttpHeaders headers, HttpHeaderName header) | |
int | opApply (int(*dg)(inout HeaderElement)) |
Definition at line 300 of file HttpHeaders.d.
|
Construct a filter upon the specified headers, for the given header name. Definition at line 309 of file HttpHeaders.d. |
|
Iterate over all headers matching the given name. This wraps the HttpToken iterator to convert the output into a HeaderElement instead. Definition at line 322 of file HttpHeaders.d. References HeaderElement::name, HeaderElement::value, and HttpHeaderName::value. |