boost::http_proto::payload

Identifies the payload type of a message

Synopsis

enum payload : int;

Members

Name

Description

none

This message has no payload

error

The payload is unknown due to errors

size

This message has a known payload size

chunked

This message contains a chunked payload

to_eof

The payload for this message continues until EOF

Created with MrDocs