![]() |
Bitcoin Core 32.99.0
P2P Digital Currency
|
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) More...
#include <httpserver.h>
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)
Definition at line 86 of file httpserver.h.