This is the complete list of members for ssgx::http_t::Response, including all inherited members.
| Body() const | ssgx::http_t::Response | |
| FromJsonStrWithoutBody(const std::string &json_str) | ssgx::http_t::Response | |
| GetHeaderValue(const std::string &key, const char *def="") const | ssgx::http_t::Response | |
| GetHeaderValueUint64(const std::string &key, uint64_t def=0) const | ssgx::http_t::Response | |
| HasHeader(const std::string &key) const | ssgx::http_t::Response | |
| Headers() const | ssgx::http_t::Response | |
| SetBody(const char *buf, size_t buf_len) | ssgx::http_t::Response | |
| SetBody(const std::string &body) | ssgx::http_t::Response | |
| SetHeader(const std::string &key, const std::string &val) | ssgx::http_t::Response | |
| SetHeader(const std::string &key, int64_t val) | ssgx::http_t::Response | |
| SetHeaders(const TypeHeaders &headers) | ssgx::http_t::Response | |
| SetResp(const char *s, size_t n, const std::string &content_type, HttpStatusCode status) | ssgx::http_t::Response | |
| SetResp(const std::string &s, const std::string &content_type, HttpStatusCode status) | ssgx::http_t::Response | |
| SetResp204NoContent() | ssgx::http_t::Response | |
| SetResp403Forbidden() | ssgx::http_t::Response | |
| SetResp404NotFound() | ssgx::http_t::Response | |
| SetResp500InternalServerError() | ssgx::http_t::Response | |
| SetRespRedirect(const std::string &url, HttpStatusCode status_code=HttpStatusCode::Found302) | ssgx::http_t::Response | |
| SetStatusCode(HttpStatusCode status) | ssgx::http_t::Response | |
| StatusCode() const | ssgx::http_t::Response | |
| ToJsonStrWithoutBody(std::string &json_str) const | ssgx::http_t::Response | |