A notebook extension to trace HTTP(S) requests.
Project description
notebook-httpdbg
notebook-httpdbg
is a notebook extension to trace the HTTP requests.
installation
pip install notebook-httpdbg
usage
load the extension in the notebook
%load_ext notebook_httpdbg
trace the HTTP requests for a cell
%%httpdbg
example
%load_ext notebook_httpdbg
import requests
%%httpdbg
_ = requests.get("https://www.example.com")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
notebook-httpdbg-0.0.1.tar.gz
(7.4 kB
view hashes)
Built Distribution
Close
Hashes for notebook_httpdbg-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42a925c564d954211a5d67dc7261d2d04c837f0d24baa17020cdcb057d089b11 |
|
MD5 | f53ffe9583d99a94a49f78298d243392 |
|
BLAKE2b-256 | 1942514978518b9088cc1abd07f1c6be4085063c7ff98e8fea1bd61d6da08f7a |