Description
Provides pytest fixtures around httpbin-style HTTP behavior. It helps developers test HTTP clients against predictable endpoints for requests, headers, redirects, status codes, and payload handling.
HTTP tests may expose request data in logs. Use local or controlled endpoints and avoid sending real credentials in test traffic.