uv/crates/uv-client
Zanie Blue 86052fba08
Retain authentication attached to URLs when making requests to the same host (#1874)
Closes https://github.com/astral-sh/uv/issues/1860


In https://github.com/astral-sh/uv/pull/1816, we started using the URL
attached to a response instead of the request URL for subsequent
requests — this fixes various bugs but has the side-effect of dropping
credentials from the URL. Here, we transfer credentials from the request
URL to the response URL. We perform RFC compliant checks for safety.
2024-02-22 17:56:38 +00:00
..
src Retain authentication attached to URLs when making requests to the same host (#1874) 2024-02-22 17:56:38 +00:00
tests Rename to `uv` (#1302) 2024-02-15 11:19:46 -06:00
Cargo.toml Control pip timeout duration via environment variable (#1694) 2024-02-19 22:37:56 -06:00
README.md Rename to `uv` (#1302) 2024-02-15 11:19:46 -06:00

README.md

pypi-client

A general-use client for interacting with PyPI.

Loosely modeled after Orogene's oro-client.