ID EN
HTTP Client

readinto

Python 3.11

Reads up to the next len(b) bytes of the response body into the buffer b. Returns the number of bytes read.

Syntax

PYTHON
HTTPResponse.readinto(b)