| 84 | } |
| 85 | |
| 86 | std::multimap<std::string, std::string> http_server_request::get_headers() const { |
| 87 | return request_headers; |
| 88 | } |
| 89 | |
| 90 | uint64_t http_server_request::get_max_post_size() const { |
| 91 | return 16384; |
nothing calls this directly
no outgoing calls
no test coverage detected