Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
template<
bool isRequest, // `true` to parse an HTTP request
class Body, // The Body type for the resulting message
class Allocator = std::allocator<char>> // The type of allocator for the header
class parser
: public basic_parser<...>;
An用于生成消息的 HTTP/1parser for producing a message.解析器template<
bool isRequest, //
`若为 true` to parse an HTTP request则解析 HTTP 请求class Body, //
The Body type for the resulting message结果消息的消息体class Allocator = std::allocator<char>> //
The type of allocator for the header头部所使用的分配器class parser
: public basic_parser<...>;