Skip to content

Commit 65f3649

Browse files
Merge pull request #3056 from ozeranskii/patch-1
Add httptap
2 parents 6d49926 + 985400c commit 65f3649

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ _Libraries for working with HTTP._
340340

341341
- [aiohttp](https://github.com/aio-libs/aiohttp) - Asynchronous HTTP client/server framework for asyncio and Python.
342342
- [furl](https://github.com/gruns/furl) - A small Python library that makes parsing and manipulating URLs easy.
343+
- [httptap](https://github.com/ozeranskii/httptap) - Dissects an HTTP request into DNS, TCP, TLS, wait, and transfer phases and renders the timings as a waterfall.
343344
- [httpx](https://github.com/encode/httpx) - A next generation HTTP client for Python.
344345
- [requests](https://github.com/psf/requests) - HTTP Requests for Humans.
345346
- [urllib3](https://github.com/urllib3/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.

0 commit comments

Comments
 (0)