From 112fb9c07dbe4b4cb9ffa60df8a23b2fb86ec169 Mon Sep 17 00:00:00 2001 From: Yeray Diaz Diaz Date: Sun, 1 Mar 2020 19:34:16 +0000 Subject: [PATCH] Remove proxies from Request docstring (#839) --- httpx/_api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/httpx/_api.py b/httpx/_api.py index 19ef229f..d42277c8 100644 --- a/httpx/_api.py +++ b/httpx/_api.py @@ -66,8 +66,6 @@ def request( file, key file, password). * **trust_env** - *(optional)* Enables or disables usage of environment variables for configuration. - * **proxies** - *(optional)* A dictionary mapping HTTP protocols to proxy - URLs. **Returns:** `Response` -- 2.47.3