Enum payload

Identifies the payload type of a message

Synopsis

Declared in header <boost/http_proto/metadata.hpp>

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