Merge pull request #3056 from ozeranskii/patch-1
Some checks are pending
CI / test (push) Waiting to run
Deploy Website / deploy (push) Waiting to run

Add httptap
This commit is contained in:
Jinyang 2026-04-13 11:10:38 +04:00 committed by GitHub
commit 65f3649988
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -340,6 +340,7 @@ _Libraries for working with HTTP._
- [aiohttp](https://github.com/aio-libs/aiohttp) - Asynchronous HTTP client/server framework for asyncio and Python.
- [furl](https://github.com/gruns/furl) - A small Python library that makes parsing and manipulating URLs easy.
- [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.
- [httpx](https://github.com/encode/httpx) - A next generation HTTP client for Python.
- [requests](https://github.com/psf/requests) - HTTP Requests for Humans.
- [urllib3](https://github.com/urllib3/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.