6 releases

0.3.2 May 18, 2023
0.3.1 Feb 28, 2022
0.3.0 Oct 11, 2021
0.2.1 Jun 15, 2021
0.1.0 Jan 16, 2021

#217 in HTTP client

Download history 121/week @ 2023-12-10 126/week @ 2023-12-17 114/week @ 2023-12-24 75/week @ 2023-12-31 136/week @ 2024-01-07 125/week @ 2024-01-14 121/week @ 2024-01-21 184/week @ 2024-01-28 162/week @ 2024-02-04 196/week @ 2024-02-11 208/week @ 2024-02-18 258/week @ 2024-02-25 203/week @ 2024-03-03 164/week @ 2024-03-10 181/week @ 2024-03-17 221/week @ 2024-03-24

797 downloads per month
Used in 18 crates (2 directly)

MIT license

35KB
527 lines

The tectonic_geturl create

This crate is part of the Tectonic project. It provides an interface for fetching URLs using one of several HTTP backends.

Cargo features

This crate provides the following Cargo features:

  • curl: use the curl crate as a backend for performing URL gets.
  • reqwest (enabled by default): use the reqwest crate as a backend for performing URL gets.

There is always a “null” backend available, which will always return errors. If more than one backend is enabled, their prioritization is:

  • reqwest (most preferred)
  • curl
  • null (least preferred)

Dependencies

~4–20MB
~322K SLoC