Description
Represents HTTP requests and responses for Python applications that use the WSGI web interface. It helps developers read headers, query parameters, forms, cookies, and response data through clear Python objects.
Use it as a web-development library, often inside frameworks or middleware. Because it handles data received from browsers and clients, validate input and avoid trusting request values blindly.