From 3408d7baadd24715475e1a4f68475a3838ca5425 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 8 May 2019 15:08:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 209df81c..c14cc6f6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Plus all the standard features of requests... * Automatic Decompression * Automatic Content Decoding * Unicode Response Bodies -* Multipart File Uploads *TODO - Request content currently supports bytes or async byte iterators.* +* Multipart File Uploads *TODO - Request content currently supports URL encoded data, bytes, or async byte iterators.* * HTTP(S) Proxy Support *TODO* * Connection Timeouts * Streaming Downloads