Thrown when a request body exceeds MAX_BODY_SIZE (or will exceed, in chunked transfer) so the server can reply with more specific code 413 (content too large) vs general 400 (bad request)
Declared in <httpserver.h>
struct ContentTooLargeError
: std::runtime_error
| Name | Description |
|---|---|
std::runtime_error |
| Name |
|---|
operator= |
what [virtual] |
| Name | Description |
|---|---|
ContentTooLargeError | Inherit the constructors from std::runtime_error. |