copy-as-python-requests
copy-as-python-requests copied to clipboard
Webextension to copy requests from devtools network panel as python requests code
Results
3
copy-as-python-requests issues
Sort by
recently updated
recently updated
newest added
read the title
Explicitly use the same http version as the browser using e.g. [httpx](https://www.python-httpx.org/) for http/2 if desired. Maybe at least add a comment which version was used originally.
Include websocket traffic using e.g. https://websockets.readthedocs.io/en/stable/