From d8950efeb885ae80d11644491d49de274f118c14 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 24 May 2019 13:41:18 +0100 Subject: [PATCH] Drop prepare_request --- README.md | 1 - 1 file changed, 1 deletion(-) 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()`