/// An HTTP header template< bool isRequest,// `true` for requests, `false` for responses class Fields = fields>// The type of container to store the fields class header;
/// An HTTP header template< bool isRequest,// `true` for requests, `false` for responses class Fields = fields>// The type of container to store the fields class header;
template<
bool isRequest, // `true` for requests, `false` for responses
class Fields = fields> // The type of container to store the fields
class header;
template<
bool isRequest, // `true` for requests, `false` for responses
class Fields = fields> // The type of container to store the fields
class header;