From 963ca76708cd4bc52e726db10fd296c2025d003e Mon Sep 17 00:00:00 2001 From: ProxyMesh <57071867+proxymesh@users.noreply.github.com> Date: Mon, 22 Dec 2025 07:51:31 -0800 Subject: [PATCH] Add python-proxy-headers to third_party.rst (#11865) --- docs/third_party.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/third_party.rst b/docs/third_party.rst index 64d11f1b7dc..865af7300a0 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -149,6 +149,9 @@ ask to raise the status. - `pytest-aiohttp-client `_ Pytest fixture with simpler api, payload decoding and status code assertions. +- `python-proxy-headers `_ + provides ``aiohttp_proxy`` extension for receiving custom response headers from a proxy server + - `octomachinery `_ A framework for developing GitHub Apps and GitHub Actions.