Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ setIfModifiedSinceHeader
Method
setIfModifiedSinceHeader
src/HttpRequest.cc:414–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
412
}
413
414
void HttpRequest::setIfModifiedSinceHeader(std::string value)
415
{
416
ifModSinceHeader_ = std::move(value);
417
}
418
419
bool HttpRequest::conditionalRequest() const
420
{
Callers
3
testValidateResponse_withIfModifiedSince
Method · 0.80
testConditionalRequest
Method · 0.80
executeInternal
Method · 0.80
Calls
no outgoing calls
Tested by
2
testValidateResponse_withIfModifiedSince
Method · 0.64
testConditionalRequest
Method · 0.64