bitcoin_http::MAX_HEADERS_SIZE

Maximum size of each headers line in an HTTP request, also the maximum size of all headers total. See https://github.com/bitcoin/bitcoin/pull/6859 And libevent http.c evhttp_parse_headers_()

Synopsis

Declared in <httpserver.h>

inline constexpr size_t MAX_HEADERS_SIZE = {8192};