RHTTPRequest Class Reference

#include <mw/http/rhttprequest.h>

Link against: http.lib

class RHTTPRequest : public RHTTPMessage

Inherits from

Detailed Description

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.

Member Function Documentation

Method ( )

IMPORT_C RStringFMethod()const

Get Methods Methods for reading information from the response.

SetMethod ( RStringF )

IMPORT_C voidSetMethod(RStringFaMethod)

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

SetURIL ( const TUriC8 & )

IMPORT_C voidSetURIL(const TUriC8 &aURI)

URI ( )

IMPORT_C const TUriC8 &URI()const