Encapsulates a request.
More...
#include "Request.h"
atscppapi::Request::Request |
( |
const std::string & |
url, |
|
|
HttpMethod |
method = HTTP_METHOD_GET , |
|
|
HttpVersion |
version = HTTP_VERSION_1_1 |
|
) |
| |
Constructed with an initial URL.
HttpMethod Request::getMethod |
( |
| ) |
const |
- Returns
- HTTP method of the request
Url & Request::getUrl |
( |
| ) |
|
- Returns
- URL of the request
atscppapi::HttpVersion Request::getVersion |
( |
| ) |
const |
- Returns
- HTTP version of the request
The documentation for this class was generated from the following files: