boost::http::header_limits

Configurable limits for HTTP headers.

Synopsis

struct header_limits;

Description

Objects of this type are used to configure upper limits for HTTP headers.

Member Functions

Name

Description

valid_space_needed

Return the storage space required for these settings.

Data Members

Name

Description

max_field

Largest size for one field.

max_fields

Largest allowed number of fields.

max_size

Largest allowed size for complete headers.

max_start_line

Largest allowed size for the start‐line.

Created with MrDocs