Description
HTTP client tests can be redirected into WSGI applications without opening real network sockets. This testing library helps developers exercise web apps in-process while keeping request behavior close to normal clients.
It is used by test suites, not as a production server. Test results still depend on fixtures and do not replace deployment checks for real networking, TLS, or proxy behavior.