Skip to content

response_processor

Response processor module containing class to process response of requests.

T module-attribute

T = TypeVar('T')

ResponseProcessor

Class to process httpx response.

process

process(response, type_=None, parse_json=True)

Verifies whether response is valid and parses response body if parse_json=True.