boost::http_proto::payload
Identifies the payload type of a message.
Synopsis
Declared in <boost/http_proto/metadata.hpp>
enum class payload : int;
Members
Name |
Description |
|
This message has no payload. |
|
The payload is unknown due to errors. |
|
This message has a known payload size. |
|
This message contains a chunked payload. |
|
The payload for this message continues until EOF. |
Created with MrDocs