Location:
rhttprequest.h
Link against: http.lib
class RHTTPRequest : public RHTTPMessage;
An HTTP Request. This class extends the abstract HTTP Message to add an HTTP method to be invoked on the resource at the remote HTTP server, and the URL that identifies that resource.
RHTTPMessage
- An abstract HTTP message
RHTTPRequest
- An HTTP Request
Defined in RHTTPRequest
:
Method()
, SetMethod()
, SetURIL()
, URI()
Inherited from RHTTPMessage
:
Body()
,
GetHeaderCollection()
,
HasBody()
,
RemoveBody()
,
SetBody()
,
iImplementation
IMPORT_C RStringF Method() const;
Gets the method name
|
IMPORT_C const TUriC8 &URI() const;
Gets the URI
|
IMPORT_C void SetMethod(RStringF aMethod);
Sets the method name
|
IMPORT_C void SetURIL(const TUriC8 &aURI);
Sets the URI
|