|
|
static std::vector< uint8_t > | encodeResponseHeaders (uint16_t status_code, const std::string &content_type, size_t content_length, const std::vector< HeaderField > &extra={}) |
| |
|
static std::vector< uint8_t > | encodeRequestHeaders (const std::string &method, const std::string &scheme, const std::string &authority, const std::string &path, const std::vector< HeaderField > &extra={}, bool include_content_length=false, size_t content_length=0) |
| |
The documentation for this class was generated from the following files: