boost::beast2
Types
Name |
Description |
Request object for HTTP route handlers |
|
Response object for HTTP route handlers |
|
Response object for Asio HTTP route handlers |
|
Asio's io_context as an application part |
|
Base class for request objects |
|
Base class for response objects |
|
A container for HTTP route handlers. |
|
A body reader for HTTP/1 messages. |
|
Function to detach a route handler from its session |
|
Represents a host and port |
|
An HTTP server stream which routes requests to handlers and sends reesponses. |
|
Function to resume a route handler's session |
|
Configuration options for routers. |
|
A route handler which serves static files from a document root |
|
A set of accepting sockets and their workers. |
|
The result type returned by a route handler. |
|
The sans‐IO router type |
|
The Asio‐aware router type |
Functions
Name |
Description |
Read a complete message from the stream. |
|
Read a complete header from the stream. |
|
Read part of the message body from the stream. |
|
Write HTTP data to a stream |
|
Write HTTP data to a stream |
|
Format arguments using a format string |
|
|
|
|
|
Return the log service attached to the polystore If the polystore does not already contain the service, it is created. |
|
Stream insertion operator |
Created with MrDocs