class methods
variables
ofHttpRequest is a class which acts as a data structure to store variables that are normally needed to do a HTTP request. It is used internally by ofURLFileLoader .
See also: ofHttpResponse
Documentation from code comments
an HTTP GET or POST request
ofHttpRequest(...)
ofHttpRequest::ofHttpRequest(const string &url, const string &name, bool saveTo=false)
getId()
int ofHttpRequest::getId()
Documentation from code comments
\return the unique id for this request
function< void (const ofHttpResponse &) > done
function< void (const ofHttpResponse &) > ofHttpRequest::done
Last updated 화요일, 19 11월 2024 17:25:37 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue