vantage6.node.proxy_server.get_response_json_and_handle_exceptions#
- get_response_json_and_handle_exceptions(response)#
Obtain json content from request response
- Parameters:
response (requests.Response) – Requests response object
- Returns:
Dict containing the json body
- Return type:
dict | None