Fix out-of-date methods on Response API docs (#673)

This commit is contained in:
Florimond Manca 2019-12-21 17:21:14 +01:00 committed by GitHub
parent d0427bead0
commit e30ec85016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,10 +63,10 @@
* `def .raise_for_status()` - **None**
* `def .json()` - **Any**
* `def .read()` - **bytes**
* `def .stream_raw()` - **async bytes iterator**
* `def .stream_bytes()` - **async bytes iterator**
* `def .stream_text()` - **async text iterator**
* `def .stream_lines()` - **async text iterator**
* `def .aiter_raw()` - **async bytes iterator**
* `def .aiter_bytes()` - **async bytes iterator**
* `def .aiter_text()` - **async text iterator**
* `def .aiter_lines()` - **async text iterator**
* `def .close()` - **None**
* `def .next()` - **Response**