|
Safeheron-SGX-Native-Development-Framework v1.2.0
|
This is the complete list of members for ssgx::http_t::Request, including all inherited members.
| Body() const | ssgx::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::Request | inline |
| GetHeaderValue(const std::string &key, const char *def="") const | ssgx::http_t::Request | |
| GetHeaderValueUint64(const std::string &key, uint64_t def=0) const | ssgx::http_t::Request | |
| GetParamValue(const std::string &key, const char *def="") const | ssgx::http_t::Request | |
| HasAttribute(const std::string &key) const | ssgx::http_t::Request | inline |
| HasHeader(const std::string &key) const | ssgx::http_t::Request | |
| HasParam(const std::string &key) const | ssgx::http_t::Request | |
| Headers() const | ssgx::http_t::Request | |
| Method() const | ssgx::http_t::Request | |
| Params() const | ssgx::http_t::Request | |
| Path() const | ssgx::http_t::Request | |
| SetAttribute(const std::string &key, T &&value) | ssgx::http_t::Request | inline |
| 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 ¶ms) | 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) const | ssgx::http_t::Request |