Module cargo::sources::registry::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. - 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 ๐