ゴミ箱
boost::beast::http::header< isRequest, Fields > Struct Template Reference

#include <type_traits.hpp>

Inheritance diagram for boost::beast::http::header< isRequest, Fields >:
boost::beast::http::message< isRequest, Body, Fields > boost::beast::http::message< http::empty_body > boost::beast::http::message< http::string_body > boost::beast::http::message< isRequest, Body, boost::beast::http::basic_fields< Allocator > > boost::beast::http::message< isRequest, Body, boost::beast::http::basic_fields< std::allocator< char > > >

Detailed Description

template<bool isRequest, class Fields>
struct boost::beast::http::header< isRequest, Fields >

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.


The documentation for this struct was generated from the following file: