Python logo

Table of Contents

  • wsgiref — WSGI Utilities and Reference Implementation
    • wsgiref.util – WSGI environment utilities
    • wsgiref.headers – WSGI response header tools
    • wsgiref.simple_server – a simple WSGI HTTP server
    • wsgiref.validate — WSGI conformance checker
    • wsgiref.handlers – server/gateway base classes
    • wsgiref.types – WSGI types for static type checking
    • Examples

Previous topic

webbrowser — Convenient web-browser controller

Next topic

urllib — URL handling modules