|
|
|
Location:
http\rhttprequest.h
Link against: http.lib
class RHTTPRequest
Supported from 7.0
A request message.
A request object stores a method (e.g. a HTTP GET), and a URI, as well as the message headers and body supplied by the RHTTPMessage base class.
To get a request object, first, get a transaction object using RHTTPSession::OpenTransactionL(), specifying the request method and URI, and then get the request object itself using RHTTPTransaction::Request().
This class's setter functions are not of use to clients, but can be used by advanced filters.
|
Defined in RHTTPRequest:
Method(), SetMethod(), SetURIL(), URI()
Inherited from RHTTPMessage:
Body(),
GetHeaderCollection(),
HasBody(),
RemoveBody(),
SetBody(),
iImplementation
void SetMethod(RStringF aMethod);
Sets the method name.
|