Save the response from the server. This may be needed when debugging.
Project description
Response Report
Save the httpx-response from the server. This may be needed when debugging.
from httpx import Client
from response_report import Reporter
client = Client()
response = client.get("https://pfel.cc/donate")
Reporter(response).save('donate_report.txt')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
response_report-1.1.1.tar.gz
(7.7 kB
view hashes)
Built Distribution
Close
Hashes for response_report-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 074721f4d22d3f93610af25fff7b1fd3db9fa2dae8bc67094062b5accfc8a3e4 |
|
MD5 | 48ae6c77e42c7a390c96f90dd5573c6b |
|
BLAKE2b-256 | 9996eb4502364d4dbf9ae70b01c94916d7b86d7b2cd8eaf39eb82f6652354c07 |