MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetHeader

Method GetHeader

Sources/Shared/IO/WebRequest.cpp:946–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944 }
945
946 String WebResponse::GetHeader(StringView name) const
947 {
948 DEATH_ASSERT(_impl != nullptr, "Cannot be called with an uninitialized object", {});
949
950 return _impl->GetHeader(name);
951 }
952
953 Array<String> WebResponse::GetAllHeaderValues(StringView name) const
954 {

Callers

nothing calls this directly

Calls 7

DEATH_ASSERTFunction · 0.85
WinHTTPQueryHeaderStringFunction · 0.85
uppercaseFunction · 0.85
ToUtf16Function · 0.50
findMethod · 0.45
endMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected