HTTPHeaders

Collection of HTTP header field-value pairs for a request or response.

Synopsis

Declared in <httpserver.h>

class HTTPHeaders;

Member Functions

NameDescription
FindAll Find every value stored under a header field-name.
FindFirst Find the first value stored under a header field-name.
Read Parse an HTTP headers section from a line reader.
RemoveAll Remove every header stored under a field-name.
Stringify Serialize the headers into the wire format used in an HTTP message.
Write Append a header field-name and value to the collection.