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

Method isContentEncodingSpecified

src/HttpResponse.cc:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201bool HttpResponse::isContentEncodingSpecified() const
202{
203 return httpHeader_->defined(HttpHeader::CONTENT_ENCODING);
204}
205
206const std::string& HttpResponse::getContentEncoding() const
207{

Calls 1

definedMethod · 0.45

Tested by 1