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

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

Body() constssgx::http_t::Request
FromJsonStr(const std::string &json_str)ssgx::http_t::Request
FromJsonStr(const char *json_str)ssgx::http_t::Request
GetAttribute(const std::string &key)ssgx::http_t::Requestinline
GetHeaderValue(const std::string &key, const char *def="") constssgx::http_t::Request
GetHeaderValueUint64(const std::string &key, uint64_t def=0) constssgx::http_t::Request
GetParamValue(const std::string &key, const char *def="") constssgx::http_t::Request
HasAttribute(const std::string &key) constssgx::http_t::Requestinline
HasHeader(const std::string &key) constssgx::http_t::Request
HasParam(const std::string &key) constssgx::http_t::Request
Headers() constssgx::http_t::Request
Method() constssgx::http_t::Request
Params() constssgx::http_t::Request
Path() constssgx::http_t::Request
SetAttribute(const std::string &key, T &&value)ssgx::http_t::Requestinline
SetBody(const char *buf, size_t buf_len)ssgx::http_t::Request
SetBody(const std::string &body)ssgx::http_t::Request
SetHeader(const std::string &key, const std::string &val)ssgx::http_t::Request
SetHeader(const std::string &key, int64_t val)ssgx::http_t::Request
SetHeaders(const TypeHeaders &headers)ssgx::http_t::Request
SetMethod(const char *buf, size_t buf_len)ssgx::http_t::Request
SetMethod(const std::string &method)ssgx::http_t::Request
SetParam(const std::string &key, const std::string &val)ssgx::http_t::Request
SetParam(const std::string &key, int64_t val)ssgx::http_t::Request
SetParams(const TypeParams &params)ssgx::http_t::Request
SetPath(const char *buf, size_t buf_len)ssgx::http_t::Request
SetPath(const std::string &path)ssgx::http_t::Request
ToJsonStr(std::string &json_str) constssgx::http_t::Request