#include <mw/http/rhttprequest.h>
Link against: http.lib
class RHTTPRequest : public RHTTPMessage |
Public Member Functions | |
---|---|
IMPORT_C RStringF | Method() |
IMPORT_C void | SetMethod(RStringF) |
IMPORT_C void | SetURIL(const TUriC8 &) |
IMPORT_C const TUriC8 & | URI() |
Inherited Attributes | |
---|---|
RHTTPMessage::iImplementation |
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.
IMPORT_C RStringF | Method | ( | ) | const |
Get Methods Methods for reading information from the response.
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