MCPcopy Create free account
hub / github.com/aria2/aria2 / setStatusCode

Method setStatusCode

src/HttpHeader.cc:180–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178int HttpHeader::getStatusCode() const { return statusCode_; }
179
180void HttpHeader::setStatusCode(int code) { statusCode_ = code; }
181
182const std::string& HttpHeader::getVersion() const { return version_; }
183

Calls

no outgoing calls