Skip to main content

Crate dsq_io_https

Crate dsq_io_https 

Source
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