Expand description
Generic HTTP oneshot source that will fetch a file from the public internet.
Structs§
- Http
Object - Object returned from an
HttpOneshotSource. - Http
Oneshot Source - Generic oneshot source that fetches a file from a URL on the public internet.
Enums§
Functions§
- build_
http_ client - Build a reqwest
Clientfor fetchingCOPY FROMURLs. This usesmz_ore::netio::resolve_addressfor DNS resolution.