boost::beast2
Types
Name |
Description |
Asio's io_context as an application part |
|
Route parameters object for Asio HTTP route handlers |
|
A body reader for HTTP/1 messages. |
|
Represents a host and port |
|
An HTTP server stream which routes requests to handlers and sends responses. |
|
A route handler which serves static files from a document root |
|
A set of accepting sockets and their workers. |
|
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