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

Method get_headers

src/dpp/http_server_request.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86std::multimap<std::string, std::string> http_server_request::get_headers() const {
87 return request_headers;
88}
89
90uint64_t http_server_request::get_max_post_size() const {
91 return 16384;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected