MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / parseHTTPResponseHeaders

Function parseHTTPResponseHeaders

src/Server/HTTPResponseHeaderWriter.cpp:30–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30HTTPResponseHeaderSetup parseHTTPResponseHeaders(const Poco::Util::AbstractConfiguration & config, const std::string & config_prefix)
31{
32 std::unordered_map<String, String> http_response_headers_override = baseParseHTTPResponseHeaders(config, config_prefix);
33
34 if (http_response_headers_override.empty())
35 return {};
36
37 return std::move(http_response_headers_override);
38}
39
40std::unordered_map<String, String> parseHTTPResponseHeaders(
41 const Poco::Util::AbstractConfiguration & config, const std::string & config_prefix, const std::string & default_content_type)

Calls 3

emptyMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected