|
Botan 3.13.0
Crypto and TLS for C&
|
#include <http_util.h>
Public Member Functions | |
| const std::vector< uint8_t > & | body () const |
| const Headers & | headers () const |
| Response () | |
| Response (unsigned int status_code, std::string status_message, std::vector< uint8_t > body, Headers headers) | |
| unsigned int | status_code () const |
| std::string | status_message () const |
| void | throw_unless_ok () const |
Definition at line 63 of file http_util.h.
|
inline |
Definition at line 65 of file http_util.h.
|
inline |
Definition at line 67 of file http_util.h.
References body(), headers(), status_code(), and status_message().
|
inline |
Definition at line 75 of file http_util.h.
Referenced by Botan::HTTP::operator<<(), and Response().
|
inline |
Definition at line 77 of file http_util.h.
Referenced by Botan::HTTP::http_sync(), Botan::HTTP::operator<<(), and Response().
|
inline |
Definition at line 73 of file http_util.h.
Referenced by Botan::HTTP::http_sync(), Botan::HTTP::operator<<(), Response(), and throw_unless_ok().
|
inline |
Definition at line 79 of file http_util.h.
Referenced by Botan::HTTP::operator<<(), Response(), and throw_unless_ok().
|
inline |
Definition at line 81 of file http_util.h.
References status_code(), and status_message().