Expand description
Go beyond http:// with this streamlined URL library for Rust.
read-url gets you an io::Read or a tokio::io::AsyncRead from a wide variety of URL types, including entries in archives and code repositories using a URL notation inspired by Java’s JarURLConnection.
For more information and usage examples see the home page.
Modules§
Structs§
- UrlCache
- Cache for a UrlContext.
- UrlContext
- Context for URL.
Enums§
- UrlError
- Common error for read-url APIs.
Traits§
- URL
- URL.
Type Aliases§
- Async
Read Ref async - Common reference type for AsyncRead.
- Conform
Future async - Common Future type for URL::conform_async.
- Open
Future async - Common Future type for URL::open_async.
- Path
BufRef - Common reference type for PathBuf.
- ReadRef
- Common reference type for Read.
- UrlContext
Ref - Common reference type for UrlContext.
- UrlQuery
- URL query.
- UrlRef
- Common reference type for URL.