HTTP web response class.
More...
#include <web_response.h>
clan::WebResponse::WebResponse |
( |
| ) |
|
std::string clan::WebResponse::get_body_string |
( |
| ) |
|
std::string clan::WebResponse::get_content_type |
( |
| ) |
|
std::string clan::WebResponse::get_header_field |
( |
const std::string & |
name | ) |
|
int clan::WebResponse::get_status_code |
( |
| ) |
|
std::string clan::WebResponse::get_status_string |
( |
| ) |
|
bool clan::WebResponse::has_content_type |
( |
| ) |
|
bool clan::WebResponse::has_header_field |
( |
const std::string & |
name | ) |
|
The documentation for this class was generated from the following file: