MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / get_max_post_size

Method get_max_post_size

src/dpp/http_server_request.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90uint64_t http_server_request::get_max_post_size() const {
91 return 16384;
92}
93
94uint64_t http_server_request::get_max_header_size() const {
95 return 8192;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected