◆ cached
bool nix::FileTransferResult::cached = false |
Whether this is a cache hit (i.e. the ETag supplied in the request is still valid). If so, data
is empty.
◆ data
std::string nix::FileTransferResult::data |
◆ etag
std::string nix::FileTransferResult::etag |
◆ immutableUrl
std::optional<std::string> nix::FileTransferResult::immutableUrl |
An "immutable" URL for this resource (i.e. one whose contents will never change), as returned by the Link: <url>; rel="immutable"
header.
◆ urls
std::vector<std::string> nix::FileTransferResult::urls |
All URLs visited in the redirect chain.
The documentation for this struct was generated from the following file:
- /home/buildozer/aports/community/nix/src/nix-2.26.3/src/libstore/filetransfer.hh