Expand description
Module for HTTP storage implementation.
Structs§
- Http
Store - Public HTTP-backed file store supporting asynchronous access to remote files and directories.
- Http
Store Config - Http
Store Directory - Representation of a directory in the HTTP store.
- Http
Store Directory Reader - Stream reader over entries within an HTTP directory listing.
- Http
Store File - Representation of a file in the HTTP store.
- Http
Store File Metadata - Metadata for an HTTP file, containing size and last modification time.
- Http
Store File Reader - Reader for streaming bytes from a remote HTTP file.
Type Aliases§
- Http
Store Entry - Represents an entry in the HTTP store (file or directory).