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

Method SetMethod

Sources/Shared/IO/WebRequest.cpp:622–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620 }
621
622 void WebRequestBase::SetMethod(StringView method)
623 {
624 DEATH_ASSERT(_impl != nullptr, "Cannot be called with an uninitialized object", );
625
626 _impl->SetMethod(method);
627 }
628
629 void WebRequestBase::SetData(StringView text, StringView contentType)
630 {

Callers 2

Calls 1

DEATH_ASSERTFunction · 0.85

Tested by

no test coverage detected