Abstract class for invocations into the AbstractWebServerThis is different from the HttpRequest class in the transport layer which are client-side requests.
More...
#include "client/util/abstract_webserver.h"
List of all members.
Detailed Description
Abstract class for invocations into the AbstractWebServer
This is different from the HttpRequest class in the transport layer which are client-side requests.
These are server side requests.
Requests are created by the AbstractWebServer when it receives an invocation.
Constructor & Destructor Documentation
Standard constructor.
- Parameters:
-
[in] | method | The HTTP method called (e.g. GET). |
[in] | url | The url that was invoked. |
[in] | response_storage | The repsonse object to bind to the request. |
Member Function Documentation
virtual bool GetCookieValue |
( |
const char * |
key, |
|
|
string * |
value |
|
) |
| const [pure virtual] |
virtual bool GetHeaderValue |
( |
const char * |
key, |
|
|
string * |
value |
|
) |
| const [pure virtual] |
const string& method |
( |
| ) |
const [inline] |
The documentation for this class was generated from the following file: