MCPcopy Create free account
hub / github.com/chrxh/alien / get_param_value_count

Method get_param_value_count

external/cpp-httplib/httplib.h:4545–4548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4543 }
4544
4545 inline size_t Request::get_param_value_count(const char* key) const {
4546 auto r = params.equal_range(key);
4547 return static_cast<size_t>(std::distance(r.first, r.second));
4548 }
4549
4550 inline bool Request::is_multipart_form_data() const {
4551 const auto& content_type = get_header_value("Content-Type");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected