RHTTPRequest Class Reference

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.

Inherits from

Member Functions Documentation

Method()

IMPORT_C RStringF Method ( ) const

Get Methods Methods for reading information from the response.

SetMethod(RStringF)

IMPORT_C void SetMethod ( RStringF aMethod )

Set Methods

Methods for setting information. These methods will not be of use to the client; they are intended for the use of advanced filters

Parameters

RStringF aMethod

SetURIL(const TUriC8 &)

IMPORT_C void SetURIL ( const TUriC8 & aURI )

Parameters

const TUriC8 & aURI

URI()

IMPORT_C const TUriC8 & URI ( ) const