Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ isTransferEncodingSpecified
Method
isTransferEncodingSpecified
src/HttpResponse.cc:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
bool HttpResponse::isTransferEncodingSpecified() const
178
{
179
return httpHeader_->defined(HttpHeader::TRANSFER_ENCODING);
180
}
181
182
const std::string& HttpResponse::getTransferEncoding() const
183
{
Callers
3
testIsTransferEncodingSpecified
Method · 0.80
getTransferEncodingStreamFilter
Function · 0.80
skipResponseBody
Method · 0.80
Calls
1
defined
Method · 0.45
Tested by
1
testIsTransferEncodingSpecified
Method · 0.64