]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Drop prepare_request
authorTom Christie <tom@tomchristie.com>
Fri, 24 May 2019 12:41:18 +0000 (13:41 +0100)
committerTom Christie <tom@tomchristie.com>
Fri, 24 May 2019 12:41:18 +0000 (13:41 +0100)
README.md

index cc2dd96cc538ce0a4336ab1ea341ac4fd3b74dca..c044c0568ca4265b14061394874f2a2da67316bc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -106,7 +106,6 @@ inspiration around the lower level networking details.
 * `def .put(url, [data], [json], [params], [headers], [cookies], [auth], [stream], [allow_redirects], [verify], [cert], [timeout])`
 * `def .patch(url, [data], [json], [params], [headers], [cookies], [auth], [stream], [allow_redirects], [verify], [cert], [timeout])`
 * `def .delete(url, [data], [json], [params], [headers], [cookies], [auth], [stream], [allow_redirects], [verify], [cert], [timeout])`
-* `def .prepare_request(request)`
 * `def .send(request, [stream], [allow_redirects], [verify], [cert], [timeout])`
 * `def .close()`