|
Botan 3.13.0
Crypto and TLS for C&
|
#include <http_util.h>
Public Member Functions | |
| std::optional< size_t > | max_body_size () const |
| size_t | max_redirects () const |
| RequestLimits ()=default | |
| RequestLimits & | set_max_body_size (size_t n) |
| RequestLimits & | set_max_redirects (size_t n) |
| RequestLimits & | set_timeout (std::chrono::milliseconds t) |
| std::chrono::milliseconds | timeout () const |
Per-request limits applied to an HTTP exchange.
Definition at line 99 of file http_util.h.
|
default |
Referenced by set_max_body_size(), set_max_redirects(), and set_timeout().
|
inline |
Definition at line 107 of file http_util.h.
Referenced by Botan::HTTP::http_sync().
|
inline |
Definition at line 103 of file http_util.h.
Referenced by Botan::HTTP::http_sync().
|
inline |
Definition at line 119 of file http_util.h.
References RequestLimits().
|
inline |
Definition at line 109 of file http_util.h.
References RequestLimits().
Referenced by Botan::HTTP::http_sync().
|
inline |
Definition at line 114 of file http_util.h.
References RequestLimits().
|
inline |
Definition at line 105 of file http_util.h.
Referenced by Botan::HTTP::http_sync().