From: Tom Christie Date: Wed, 8 May 2019 09:08:37 +0000 (+0100) Subject: Update README.md X-Git-Tag: 0.3.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d7ba340e282c13f931ae266f1c6c9a43436128;p=thirdparty%2Fhttpx.git Update README.md --- diff --git a/README.md b/README.md index a6b2078b..3768baeb 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Additionally, credit is due to for `urllib3` for plenty of design inspiration. * `.request` - **Request** * `.cookies` - **Cookies** *TODO* * `.history` - **List[Response]** -* `def .raise_for_status()` - **Response** *TODO* +* `def .raise_for_status()` - **None** * `def .json()` - **Any** *TODO* * `async def .read()` - **bytes** * `async def .stream()` - **bytes iterator**