#include <http_util.h>
Definition at line 22 of file http_util.h.
Botan::HTTP::Response::Response |
( |
| ) |
|
|
inline |
Definition at line 25 of file http_util.h.
25 : m_status_code(0), m_status_message(
"Uninitialized") {}
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 27 of file http_util.h.
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
const std::vector<uint8_t>& Botan::HTTP::Response::body |
( |
| ) |
const |
|
inline |
const std::map<std::string, std::string>& Botan::HTTP::Response::headers |
( |
| ) |
const |
|
inline |
unsigned int Botan::HTTP::Response::status_code |
( |
| ) |
const |
|
inline |
std::string Botan::HTTP::Response::status_message |
( |
| ) |
const |
|
inline |
void Botan::HTTP::Response::throw_unless_ok |
( |
| ) |
|
|
inline |
The documentation for this struct was generated from the following file: