ゴミ箱
|
#include <type_traits.hpp>
A container for an HTTP request or response header.
This container is derived from the Fields
template type. To understand all of the members of this class it is necessary to view the declaration for the Fields
type. When using the default fields container, those declarations are in fields.
Newly constructed header objects have version set to HTTP/1.1. Newly constructed response objects also have result code set to status::ok.
A header
includes the start-line and header-fields.