#include <Request.hpp>
Representation of HTTP Request
Definition at line 16 of file Request.hpp.
HTTP::Request::Request |
( |
| ) |
|
HTTP::Request::~Request |
( |
| ) |
|
|
virtual |
std::string const & HTTP::Request::GetMethod |
( |
| ) |
const |
Response * HTTP::Request::GetResponse |
( |
| ) |
const |
std::string const & HTTP::Request::GetURL |
( |
| ) |
const |
void HTTP::Request::SetMethod |
( |
std::string const & |
method | ) |
|
void HTTP::Request::SetResponse |
( |
Response * |
response | ) |
|
void HTTP::Request::SetURL |
( |
std::string const & |
url | ) |
|
The documentation for this class was generated from the following files:
- /home/veyrie_f/Documents/SaltAPI/API/include/HTTP/Request.hpp
- /home/veyrie_f/Documents/SaltAPI/API/src/HTTP/Request.cpp