Botan 3.0.0
Crypto and TLS for C&
|
#include <http_util.h>
Public Member Functions | |
const std::vector< uint8_t > & | body () const |
const std::map< std::string, std::string > & | headers () const |
Response () | |
Response (unsigned int status_code, std::string_view status_message, const std::vector< uint8_t > &body, const std::map< std::string, std::string > &headers) | |
unsigned int | status_code () const |
std::string | status_message () const |
void | throw_unless_ok () |
Definition at line 37 of file http_util.h.
|
inline |
Definition at line 40 of file http_util.h.
|
inline |
Definition at line 42 of file http_util.h.
|
inline |
Definition at line 52 of file http_util.h.
Referenced by Botan::HTTP::operator<<().
|
inline |
Definition at line 54 of file http_util.h.
Referenced by Botan::HTTP::operator<<().
|
inline |
Definition at line 50 of file http_util.h.
Referenced by Botan::HTTP::operator<<(), and throw_unless_ok().
|
inline |
Definition at line 56 of file http_util.h.
Referenced by Botan::HTTP::operator<<(), and throw_unless_ok().
|
inline |
Definition at line 58 of file http_util.h.
References status_code(), and status_message().