Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
bool HttpResponse::isContentEncodingSpecified() const
202
{
203
return httpHeader_->defined(HttpHeader::CONTENT_ENCODING);
204
}
205
206
const std::string& HttpResponse::getContentEncoding() const
207
{
Callers
2
testIsContentEncodingSpecified
Method · 0.80
getContentEncodingStreamFilter
Function · 0.80
Calls
1
defined
Method · 0.45
Tested by
1
testIsContentEncodingSpecified
Method · 0.64