boost::http::header_limits
Configurable limits for HTTP headers.
Synopsis
Declared in <boost/http/header_limits.hpp>
struct header_limits;
Data Members
Name |
Description |
Largest size for one field. |
|
Largest allowed number of fields. |
|
Largest allowed size for complete headers. |
|
Largest allowed size for the start‐line. |
Created with MrDocs