neoGFX
Cross-platform C++ app/game engine
|
This is the complete list of members for neolib::http, including all inherited members.
body() const | neolib::http | inline |
body_as_string() const | neolib::http | inline |
body_length() const | neolib::http | inline |
body_t typedef | neolib::http | |
define_event(Started, started) define_event(Progress | neolib::http | |
define_event(Completed, completed) define_event(Failure | neolib::http | |
Get enum value | neolib::http | |
headers_t typedef | neolib::http | |
http(async_task &aIoTask) | neolib::http | |
http(const http &aOther) | neolib::http | |
ok() const | neolib::http | inline |
operator=(const http &aOther) | neolib::http | |
operator==(const http &) const | neolib::http | inline |
percent_done() const | neolib::http | |
Post enum value | neolib::http | |
request(const std::string &aUrl, type_e aType=Get, const headers_t &aRequestHeaders=headers_t(), const std::variant< body_t, std::string > &aRequestBody=std::string()) | neolib::http | |
request(const std::string &aHost, const std::string &aResource, type_e aType=Get, unsigned short aPort=80, bool aSecure=false, const headers_t &aRequestHeaders=headers_t(), const std::variant< body_t, std::string > &aRequestBody=std::string()) | neolib::http | |
response_headers() const | neolib::http | inline |
response_status() const | neolib::http | inline |
status_code() const | neolib::http | inline |
type_e enum name | neolib::http | |
~http() | neolib::http | virtual |