boost::http_proto
Types
Name |
Description |
A modifiable container of HTTP fields. |
|
Mixin for modifiable HTTP fields. |
|
A view to a valid HTTP headers section. |
|
A read‐only, bidirectional range of HTTP fields. |
|
A platform‐independent file stream. |
|
Writes a message body to a file. |
|
Reads a message body from a file. |
|
Configurable limits for HTTP headers. |
|
Mixin for modifiing common metadata in HTTP request and response messages. |
|
Provides read‐only access to common metadata in HTTP request and response messages. |
|
Metadata about a request or response. |
|
An HTTP header parameter |
|
A parser for HTTP/1 messages. |
|
A view into a quoted string token, which may contain escape sequences. |
|
A modfiable container for HTTP requests. |
|
Mixin for modifiing HTTP requests. |
|
A parser for HTTP/1 requests. |
|
A view to a valid HTTP request. |
|
A modfiable container for HTTP responses. |
|
Mixin for modifiing HTTP responses. |
|
A parser for HTTP/1 responses. |
|
A view to a valid HTTP response. |
|
A serializer for HTTP/1 messages |
|
An interface for consuming buffers of data. |
|
An interface for producing buffers of data. |
|
A modifiable static container of HTTP fields. |
|
A modfiable static container for HTTP requests. |
|
A modfiable static container for HTTP responses. |
|
An Upgrade protocol |
|
A type trait that determines if T is a sink. |
|
A type trait that determines if T is a source. |
Enums
Name |
Description |
Error conditions corresponding to sets of library error codes. |
|
Standard content‐codings for HTTP message bodies. |
|
Error codes returned from HTTP algorithms and operations. |
|
HTTP field name constants. |
|
File open modes |
|
HTTP request methods. |
|
Identifies the payload type of a message. |
|
Represents standard HTTP status codes. |
|
Represents the class of a status code. |
|
Constants representing HTTP versions. |
Functions
Name |
Description |
Return a comma‐separated list of field values |
|
Install the parser service. |
|
Install the serializer service. |
|
Convert an integer to a known status code. |
|
Rule for a comma‐delimited list of elements |
|
Return the obsolete reason‐phrase text for a status code. |
|
Return the field name constant for a header name. |
|
Return the method enum corresponding to a string. |
|
Swap. |
|
|
|
|
|
Stream insertion operators |
Variables
Name |
Description |
Rule matching parameter |
|
Rule matching quoted‐token |
|
The set of token characters |
|
Match a token |
|
Rule to match Upgrade protocol |
|
Rule matching the Upgrade field value |
Created with MrDocs