|
SOMHunter Core
|
This is the complete list of members for sh::Http, including all inherited members.
| _allow_insecure | sh::Http | private |
| common_finish() | sh::Http | inlineprivate |
| do_GET_async(const std::string &URL, const nlohmann::json &query, const nlohmann::json &headers={}, std::function< void(ReqCode, nlohmann::json)> cb_succ={}, std::function< void()> cb_err={}) | sh::Http | |
| do_GET_sync_distances(const std::string &URL, const nlohmann::json &body, const nlohmann::json &headers) | sh::Http | |
| do_GET_sync_floats(const std::string &URL, const nlohmann::json &body, const nlohmann::json &headers) | sh::Http | |
| do_GET_sync_json(const std::string &URL, const nlohmann::json &body, const nlohmann::json &headers={}) | sh::Http | |
| do_POST_async(const std::string &URL, const nlohmann::json &body, const nlohmann::json &headers={}, std::function< void(ReqCode, nlohmann::json)> cb_succ={}, std::function< void()> cb_err={}) | sh::Http | |
| do_POST_sync_json(const std::string &URL, const nlohmann::json &body, const nlohmann::json &headers={}) | sh::Http | |
| do_request_sync(const RequestType request_method, const std::string &URL, const nlohmann::json &body, const nlohmann::json &headers={}) | sh::Http | |
| finish_flags | sh::Http | private |
| get_allow_insecure() const | sh::Http | inline |
| prune_threads() | sh::Http | inlineprivate |
| set_allow_insecure(bool val) | sh::Http | inline |
| submit_threads | sh::Http | private |
| ~Http() noexcept | sh::Http |