uv/crates/uv-client
Charlie Marsh 9f2bc19eaf
Enforce HTTP timeouts on a per-read (rather than per-request) basis (#3144)
## Summary

This leverages the new `read_timeout` property, which ensures that (like
pip) our timeout is not applied to the _entire_ request, but rather, to
each individual read operation.

Closes: #1921.

See: #1912.
2024-04-19 16:49:53 -04:00
..
src Enforce HTTP timeouts on a per-read (rather than per-request) basis (#3144) 2024-04-19 16:49:53 -04:00
tests feat: convert linehaul tests to use snapshots (#2923) 2024-04-11 09:41:09 +00:00
Cargo.toml feat: convert linehaul tests to use snapshots (#2923) 2024-04-11 09:41:09 +00:00
README.md Rename to uv (#1302) 2024-02-15 11:19:46 -06:00

pypi-client

A general-use client for interacting with PyPI.

Loosely modeled after Orogene's oro-client.