MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getStatus

Method getStatus

src/eepp/network/http.cpp:470–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470Http::Response::Status Http::Response::getStatus() const {
471 return mStatus;
472}
473
474bool Http::Response::isOK() const {
475 return mStatus >= 200 && mStatus < 300;

Callers 1

downloadRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected