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

Method GetHTTPMethod

Sources/Shared/IO/WebRequest.cpp:388–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 }
387
388 String WebRequestImpl::GetHTTPMethod() const
389 {
390 if (!_method.empty()) {
391 return StringUtils::uppercase(_method);
392 }
393 return (_dataSize ? "POST"_s : "GET"_s);
394 }
395
396 WebRequest::Result WebRequestImpl::GetResultFromHTTPStatus(const WebResponseImplPtr& resp)
397 {

Callers

nothing calls this directly

Calls 2

uppercaseFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected