Skip to main content

Module http_source

Module http_source 

Source
Expand description

Generic HTTP oneshot source that will fetch a file from the public internet.

Structs§

HttpObject
Object returned from an HttpOneshotSource.
HttpOneshotSource
Generic oneshot source that fetches a file from a URL on the public internet.

Enums§

HttpChecksum

Functions§

build_http_client
Build a reqwest Client for fetching COPY FROM URLs. This uses mz_ore::netio::resolve_address for DNS resolution.