MCPcopy 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
414void HttpRequest::setIfModifiedSinceHeader(std::string value)
415{
416 ifModSinceHeader_ = std::move(value);
417}
418
419bool HttpRequest::conditionalRequest() const
420{

Calls

no outgoing calls