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