/// An HTTP message template< bool isRequest,// `true` for requests, `false` for responses class Body,// Controls the container and algorithms used for the body class Fields = fields>// The type of container to store the fields class message;
/// An HTTP message template< bool isRequest,// `true` for requests, `false` for responses class Body,// Controls the container and algorithms used for the body class Fields = fields>// The type of container to store the fields class message;
template<
bool isRequest, // `true` for requests, `false` for responses
class Body, // Controls the container and algorithms used for the body
class Fields = fields> // The type of container to store the fields
class message;
template<
bool isRequest, // `true` for requests, `false` for responses
class Body, // Controls the container and algorithms used for the body
class Fields = fields> // The type of container to store the fields
class message;