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

Method setFileEntry

src/HttpRequest.cc:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409void HttpRequest::setFileEntry(std::shared_ptr<FileEntry> fileEntry)
410{
411 fileEntry_ = std::move(fileEntry);
412}
413
414void HttpRequest::setIfModifiedSinceHeader(std::string value)
415{

Calls

no outgoing calls