Botan 3.6.1
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 () const |
Definition at line 31 of file http_util.h.
|
inline |
Definition at line 33 of file http_util.h.
|
inline |
Definition at line 35 of file http_util.h.
|
inline |
Definition at line 43 of file http_util.h.
Referenced by Botan::HTTP::operator<<().
|
inline |
Definition at line 45 of file http_util.h.
Referenced by Botan::HTTP::operator<<().
|
inline |
Definition at line 41 of file http_util.h.
Referenced by Botan::HTTP::operator<<(), and throw_unless_ok().
|
inline |
Definition at line 47 of file http_util.h.
Referenced by Botan::HTTP::operator<<(), and throw_unless_ok().
|
inline |
Definition at line 49 of file http_util.h.
References status_code(), and status_message().