From: Tom Christie Date: Fri, 24 May 2019 12:41:18 +0000 (+0100) Subject: Drop prepare_request X-Git-Tag: 0.3.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8950efeb885ae80d11644491d49de274f118c14;p=thirdparty%2Fhttpx.git Drop prepare_request --- diff --git a/README.md b/README.md index cc2dd96c..c044c056 100644 --- 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()`