Module http

Source
Expand description

Module for HTTP storage implementation.

Structs§

HttpStore
Public HTTP-backed file store supporting asynchronous access to remote files and directories.
HttpStoreConfig
HttpStoreDirectory
Representation of a directory in the HTTP store.
HttpStoreDirectoryReader
Stream reader over entries within an HTTP directory listing.
HttpStoreFile
Representation of a file in the HTTP store.
HttpStoreFileMetadata
Metadata for an HTTP file, containing size and last modification time.
HttpStoreFileReader
Reader for streaming bytes from a remote HTTP file.

Type Aliases§

HttpStoreEntry
Represents an entry in the HTTP store (file or directory).