#include <http_util.h>
Definition at line 39 of file http_util.h.
◆ Response() [1/2]
Botan::HTTP::Response::Response |
( |
| ) |
|
|
inline |
Definition at line 42 of file http_util.h.
42: m_status_code(0), m_status_message("Uninitialized") {}
◆ Response() [2/2]
Botan::HTTP::Response::Response |
( |
unsigned int |
status_code, |
|
|
const std::string & |
status_message, |
|
|
const std::vector< uint8_t > & |
body, |
|
|
const std::map< std::string, std::string > & |
headers |
|
) |
| |
|
inline |
Definition at line 44 of file http_util.h.
46 :
const std::vector< uint8_t > & body() const
const std::map< std::string, std::string > & headers() const
unsigned int status_code() const
std::string status_message() const
◆ body()
const std::vector< uint8_t > & Botan::HTTP::Response::body |
( |
| ) |
const |
|
inline |
◆ headers()
const std::map< std::string, std::string > & Botan::HTTP::Response::headers |
( |
| ) |
const |
|
inline |
◆ status_code()
unsigned int Botan::HTTP::Response::status_code |
( |
| ) |
const |
|
inline |
◆ status_message()
std::string Botan::HTTP::Response::status_message |
( |
| ) |
const |
|
inline |
◆ throw_unless_ok()
void Botan::HTTP::Response::throw_unless_ok |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: