neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::http Member List

This is the complete list of members for neolib::http, including all inherited members.

body() constneolib::httpinline
body_as_string() constneolib::httpinline
body_length() constneolib::httpinline
body_t typedefneolib::http
define_event(Started, started) define_event(Progressneolib::http
define_event(Completed, completed) define_event(Failureneolib::http
Get enum valueneolib::http
headers_t typedefneolib::http
http(async_task &aIoTask)neolib::http
http(const http &aOther)neolib::http
ok() constneolib::httpinline
operator=(const http &aOther)neolib::http
operator==(const http &) constneolib::httpinline
percent_done() constneolib::http
Post enum valueneolib::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() constneolib::httpinline
response_status() constneolib::httpinline
status_code() constneolib::httpinline
type_e enum nameneolib::http
~http()neolib::httpvirtual