HTTPretty
JSON →HTTPretty is an HTTP client mocking tool for Python (current version 1.1.4) that works by monkey-patching the standard library's `socket` and `ssl` modules. This allows it to intercept HTTP requests at a low level, faking responses for any HTTP client that relies on these modules, such as `requests` or `urllib3`. It is suitable for testing API integrations and handling external service dependencies. Releases are somewhat irregular but include bug fixes and Python version support updates.
Traffic · last 30 days ↑0% vs prev 7d
total hits 11
actors 5 distinct systems
last hit 1d ago AhrefsBot
top countries 🇫🇷 France · 🇨🇦 Canada · 🇺🇸 United States · 🇩🇪 Germany
Resources
API endpoints
full doc /v1/registry/httpretty
install /v1/registry/httpretty/install
compatibility /v1/registry/httpretty/compatibility