|
CCF
|
This is the complete list of members for http::Response, including all inherited members.
| body | http::Message | protected |
| body_size | http::Message | protected |
| build_response(bool header_only=false) const | http::Response | inline |
| clear_headers() | http::Message | inline |
| get_content_data() const | http::Message | inline |
| get_content_length() const | http::Message | inline |
| get_headers() const | http::Message | inline |
| headers | http::Message | protected |
| Message()=default | http::Message | protected |
| Response(ccf::http_status s=HTTP_STATUS_OK) | http::Response | inline |
| set_body(const std::vector< uint8_t > *b, bool overwrite_content_length=true) | http::Message | inline |
| set_body(const uint8_t *b, size_t s, bool overwrite_content_length=true) | http::Message | inline |
| set_body(const std::string &s, bool overwrite_content_length=true) | http::Message | inline |
| set_header(std::string k, const std::string &v) | http::Message | inline |