Expand description
HTTP(S) I/O plugin for dsq
This crate provides functionality for fetching files from HTTP and HTTPS URLs.
Enums§
- Error
- HTTP I/O error type
Functions§
- fetch_
http - Fetch a file from an HTTP(S) URL
- fetch_
http_ sync - Synchronous version using tokio runtime
- is_
http_ url - Check if a string is an HTTP(S) URL
Type Aliases§
- Result
- Error type for HTTP I/O operations