Module http_remote

Source
Expand description

Access to a HTTP-based crate registry. See HttpRegistry for details.

Modulesยง

tls ๐Ÿ”’

Structsยง

CompletedDownload ๐Ÿ”’
Represents a complete Download from an HTTP request.
Download ๐Ÿ”’
Represents a single index file download, including its progress and retry.
Downloads ๐Ÿ”’
State for currently pending index file downloads.
Headers ๐Ÿ”’
HTTPS headers HttpRegistry cares about.
HttpRegistry
A registry served by the HTTP-based registry API.

Enumsยง

StatusCode ๐Ÿ”’
HTTP status code HttpRegistry cares about.

Constantsยง

ETAG ๐Ÿ”’
IF_MODIFIED_SINCE ๐Ÿ”’
IF_NONE_MATCH ๐Ÿ”’
LAST_MODIFIED ๐Ÿ”’
UNKNOWN ๐Ÿ”’
WWW_AUTHENTICATE ๐Ÿ”’