{"id":20049414,"url":"https://github.com/weaming/requests-dump","last_synced_at":"2026-06-08T12:32:09.707Z","repository":{"id":57461334,"uuid":"165599094","full_name":"weaming/requests-dump","owner":"weaming","description":"Dump requests' http message content to stderr or your custom file","archived":false,"fork":false,"pushed_at":"2019-01-14T07:24:26.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-01T02:09:59.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weaming.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-14T05:13:15.000Z","updated_at":"2019-01-14T07:24:27.000Z","dependencies_parsed_at":"2022-09-17T04:00:26.384Z","dependency_job_id":null,"html_url":"https://github.com/weaming/requests-dump","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weaming/requests-dump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Frequests-dump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Frequests-dump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Frequests-dump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Frequests-dump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weaming","download_url":"https://codeload.github.com/weaming/requests-dump/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Frequests-dump/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34063149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T11:49:55.693Z","updated_at":"2026-06-08T12:32:09.685Z","avatar_url":"https://github.com/weaming.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Requests Dump\n\nDump `requests`' http requests message content to stderr or your custom file.\n\n**You may consider use https://toolbelt.readthedocs.io/en/latest/dumputils.html instead**\n\n## Usage\n\nSee `test.py`.\n\n### Custom pretty\n\n```\nimport requests\nfrom requests_dump import pretty_request, pretty_response\n\nreq = requests.Request('POST', 'http://ip-api.com/json')\nprint(pretty_request(req))\n\nres = requests.Session().send(req.prepare())\nprint(pretty_response(res))\n```\n\n## Inspired by\n\n* https://github.com/requests/requests/issues/3013\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaming%2Frequests-dump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweaming%2Frequests-dump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaming%2Frequests-dump/lists"}