Safeheron-SGX-Native-Development-Framework v1.2.0
Loading...
Searching...
No Matches
ssgx::http_t::Response Member List

This is the complete list of members for ssgx::http_t::Response, including all inherited members.

Body() constssgx::http_t::Response
FromJsonStrWithoutBody(const std::string &json_str)ssgx::http_t::Response
GetHeaderValue(const std::string &key, const char *def="") constssgx::http_t::Response
GetHeaderValueUint64(const std::string &key, uint64_t def=0) constssgx::http_t::Response
HasHeader(const std::string &key) constssgx::http_t::Response
Headers() constssgx::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() constssgx::http_t::Response
ToJsonStrWithoutBody(std::string &json_str) constssgx::http_t::Response