Ask a question to get started
Enter to send•Shift+Enter new line
is_closed: bool
Whether or not the response body has been closed.
If this is False then there is response data that has not been read yet. You must either fully consume the response body or call .close() before discarding the response to prevent resource leaks.
.close()