ofHttpRequest
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
getId( )
int getId()\return the unique id for this request
ofHttpRequest( ... )
ofHttpRequest(const string &url, const string &name, bool saveTo=false)ofHttpRequest( )
ofHttpRequest()