{"id":17943897,"url":"https://github.com/cle-b/notebook-httpdbg","last_synced_at":"2026-02-21T18:02:48.912Z","repository":{"id":205496737,"uuid":"714338768","full_name":"cle-b/notebook-httpdbg","owner":"cle-b","description":"A notebook extension to trace the HTTP requests.","archived":false,"fork":false,"pushed_at":"2025-01-11T12:41:38.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T18:36:18.968Z","etag":null,"topics":["httpdbg","jupyter-notebook","notebook","python","rest-api"],"latest_commit_sha":null,"homepage":"https://httpdbg.readthedocs.io/en/latest/notebook/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cle-b.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-04T16:06:01.000Z","updated_at":"2025-03-12T20:28:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"734a15d0-58e7-4e1d-bb48-751d6dc89d68","html_url":"https://github.com/cle-b/notebook-httpdbg","commit_stats":null,"previous_names":["cle-b/notebook-httpdbg"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/cle-b/notebook-httpdbg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cle-b%2Fnotebook-httpdbg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cle-b%2Fnotebook-httpdbg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cle-b%2Fnotebook-httpdbg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cle-b%2Fnotebook-httpdbg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cle-b","download_url":"https://codeload.github.com/cle-b/notebook-httpdbg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cle-b%2Fnotebook-httpdbg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29689644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["httpdbg","jupyter-notebook","notebook","python","rest-api"],"created_at":"2024-10-29T05:03:39.975Z","updated_at":"2026-02-21T18:02:48.880Z","avatar_url":"https://github.com/cle-b.png","language":"Python","readme":"# notebook-httpdbg\n\n**notebook-httpdbg** is a notebook extension to trace the HTTP requests.\n\n## installation \n\n```\npip install notebook-httpdbg\n```\n\n## usage\n\n### load the extension in the notebook\n\n```\n%load_ext notebook_httpdbg\n```\n\n### trace the HTTP requests for a cell\n```\n%%httpdbg\n```\n\n### configuration\n```\n%%httpdbg --header 500 --body 10000\n```\nYou can choose the number of character to print for each request.\n\n\n## example\n\n```\nIn [1]: %load_ext notebook_httpdbg\n```\n```\nIn [2]: import requests\n```\n\n```\nIn [3]: %%httpdbg\n        _ = requests.get(\"https://www.example.com\")\n```\n```\nOut [3]: - [httpdbg] 1 requests in 0.48 seconds\n             - 200 GET https://www.example.com/\n                 + request\n                 - reponse\n                    Content-Encoding: gzip\n                    Accept-Ranges: bytes\n                    Age: 428224\n                    Cache-Control: max-age=604800\n                    Content-Type: text/html; charset=UTF-8\n                    Date: Sun, 05 Nov 2023 08:21:08 GMT\n                    Etag: \"3143526347+gzip\"\n                    Expires: Sun, 12 Nov 2023 08:21:08 GMT\n                    Last-Modified: Thu, 17 Oct 2019 07:18:26 GMT\n                    Server: ECS (bsb/27DC)\n                    Vary: Accept-Encoding\n                    X-Cache: HIT\n                    Content-Length: 648\n\n                    \u003c!doctype html\u003e\n                    \u003chtml\u003e\n                    \u003chead\u003e\n                        \u003ctitle\u003eExample Domain\u003c/title\u003e\n\n                        \u003cmeta charset=\"utf-8\" /\u003e\n                        \u003cmeta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /\u003e\n                        \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\" /\u003e\n                        \u003cstyle type=\"text/css\"\u003e\n        \n```\n\n## documentation\n\nhttps://httpdbg.readthedocs.io/en/latest/notebook/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcle-b%2Fnotebook-httpdbg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcle-b%2Fnotebook-httpdbg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcle-b%2Fnotebook-httpdbg/lists"}