René's URL Explorer Experiment


Title: wsgiref — WSGI Utilities and Reference Implementation — Python 3.14.6 documentation

Open Graph Title: wsgiref — WSGI Utilities and Reference Implementation

Description: Source code: Lib/wsgiref The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. Having a standard interface makes it eas...

Open Graph Description: Source code: Lib/wsgiref The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. Having a standard interface makes it eas...

Opengraph URL: https://docs.python.org/3/library/wsgiref.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_wsgiref_21456998.png
og:image:altSource code: Lib/wsgiref The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. Having a standard interface makes it eas...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/contents.html
wsgiref — WSGI Utilities and Reference Implementationhttps://docs.python.org/library/wsgiref.html
wsgiref.util – WSGI environment utilitieshttps://docs.python.org/library/wsgiref.html#module-wsgiref.util
wsgiref.headers – WSGI response header toolshttps://docs.python.org/library/wsgiref.html#module-wsgiref.headers
wsgiref.simple_server – a simple WSGI HTTP serverhttps://docs.python.org/library/wsgiref.html#module-wsgiref.simple_server
wsgiref.validate — WSGI conformance checkerhttps://docs.python.org/library/wsgiref.html#module-wsgiref.validate
wsgiref.handlers – server/gateway base classeshttps://docs.python.org/library/wsgiref.html#module-wsgiref.handlers
wsgiref.types – WSGI types for static type checkinghttps://docs.python.org/library/wsgiref.html#module-wsgiref.types
Exampleshttps://docs.python.org/library/wsgiref.html#examples
webbrowser — Convenient web-browser controllerhttps://docs.python.org/library/webbrowser.html
urllib — URL handling moduleshttps://docs.python.org/library/urllib.html
Report a bughttps://docs.python.org/bugs.html
Improve this pagehttps://docs.python.org/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/wsgiref.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/urllib.html
previoushttps://docs.python.org/library/webbrowser.html
Pythonhttps://www.python.org/
3.14.6 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Internet Protocols and Supporthttps://docs.python.org/library/internet.html
wsgiref — WSGI Utilities and Reference Implementationhttps://docs.python.org/library/wsgiref.html
https://docs.python.org/library/wsgiref.html#module-wsgiref
Lib/wsgirefhttps://github.com/python/cpython/tree/3.14/Lib/wsgiref
PEP 3333https://peps.python.org/pep-3333/
wsgi.readthedocs.iohttps://wsgi.readthedocs.io/
https://docs.python.org/library/wsgiref.html#module-wsgiref.util
PEP 3333https://peps.python.org/pep-3333/
PEP 3333https://peps.python.org/pep-3333/
WSGIEnvironmenthttps://docs.python.org/library/wsgiref.html#wsgiref.types.WSGIEnvironment
https://docs.python.org/library/wsgiref.html#wsgiref.util.guess_scheme
https://docs.python.org/library/wsgiref.html#wsgiref.util.request_uri
PEP 3333https://peps.python.org/pep-3333/
https://docs.python.org/library/wsgiref.html#wsgiref.util.application_uri
request_uri()https://docs.python.org/library/wsgiref.html#wsgiref.util.request_uri
https://docs.python.org/library/wsgiref.html#wsgiref.util.shift_path_info
https://docs.python.org/library/wsgiref.html#wsgiref.util.setup_testing_defaults
PEP 3333https://peps.python.org/pep-3333/
demo_app()https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.demo_app
https://docs.python.org/library/wsgiref.html#wsgiref.util.is_hop_by_hop
RFC 2616https://datatracker.ietf.org/doc/html/rfc2616.html
https://docs.python.org/library/wsgiref.html#wsgiref.util.FileWrapper
wsgiref.types.FileWrapperhttps://docs.python.org/library/wsgiref.html#wsgiref.types.FileWrapper
iteratorhttps://docs.python.org/glossary.html#term-iterator
iterablehttps://docs.python.org/glossary.html#term-iterable
__getitem__()https://docs.python.org/reference/datamodel.html#object.__getitem__
https://docs.python.org/library/wsgiref.html#module-wsgiref.headers
Headershttps://docs.python.org/library/wsgiref.html#wsgiref.headers.Headers
https://docs.python.org/library/wsgiref.html#wsgiref.headers.Headers
PEP 3333https://peps.python.org/pep-3333/
__getitem__()https://docs.python.org/reference/datamodel.html#object.__getitem__
get()https://docs.python.org/library/stdtypes.html#dict.get
__setitem__()https://docs.python.org/reference/datamodel.html#object.__setitem__
setdefault()https://docs.python.org/library/stdtypes.html#dict.setdefault
__delitem__()https://docs.python.org/reference/datamodel.html#object.__delitem__
__contains__()https://docs.python.org/reference/datamodel.html#object.__contains__
https://docs.python.org/library/wsgiref.html#wsgiref.headers.Headers.get_all
https://docs.python.org/library/wsgiref.html#wsgiref.headers.Headers.add_header
https://docs.python.org/library/wsgiref.html#module-wsgiref.simple_server
http.serverhttps://docs.python.org/library/http.server.html#module-http.server
wsgiref.utilhttps://docs.python.org/library/wsgiref.html#module-wsgiref.util
https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.make_server
PEP 3333https://peps.python.org/pep-3333/
https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.demo_app
StartResponsehttps://docs.python.org/library/wsgiref.html#wsgiref.types.StartResponse
https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.WSGIServer
http.server.BaseHTTPRequestHandlerhttps://docs.python.org/library/http.server.html#http.server.BaseHTTPRequestHandler
make_server()https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.make_server
http.server.HTTPServerhttps://docs.python.org/library/http.server.html#http.server.HTTPServer
https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.WSGIServer.set_app
https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.WSGIServer.get_app
set_app()https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.WSGIServer.set_app
make_server()https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.make_server
get_app()https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.WSGIServer.get_app
https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.WSGIRequestHandler
WSGIServerhttps://docs.python.org/library/wsgiref.html#wsgiref.simple_server.WSGIServer
WSGIServerhttps://docs.python.org/library/wsgiref.html#wsgiref.simple_server.WSGIServer
make_server()https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.make_server
https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.WSGIRequestHandler.get_environ
WSGIEnvironmenthttps://docs.python.org/library/wsgiref.html#wsgiref.types.WSGIEnvironment
WSGIServerhttps://docs.python.org/library/wsgiref.html#wsgiref.simple_server.WSGIServer
PEP 3333https://peps.python.org/pep-3333/
https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.WSGIRequestHandler.get_stderr
https://docs.python.org/library/wsgiref.html#wsgiref.simple_server.WSGIRequestHandler.handle
wsgiref.handlershttps://docs.python.org/library/wsgiref.html#module-wsgiref.handlers
https://docs.python.org/library/wsgiref.html#module-wsgiref.validate
PEP 3333https://peps.python.org/pep-3333/
https://docs.python.org/library/wsgiref.html#wsgiref.validate.validator
RFC 2616https://datatracker.ietf.org/doc/html/rfc2616.html
AssertionErrorhttps://docs.python.org/library/exceptions.html#AssertionError
wsgiref.simple_serverhttps://docs.python.org/library/wsgiref.html#module-wsgiref.simple_server
wsgiref.handlershttps://docs.python.org/library/wsgiref.html#module-wsgiref.handlers
warningshttps://docs.python.org/library/warnings.html#module-warnings
PEP 3333https://peps.python.org/pep-3333/
https://docs.python.org/library/wsgiref.html#module-wsgiref.handlers
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.CGIHandler
BaseCGIHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseCGIHandler
syshttps://docs.python.org/library/sys.html#module-sys
oshttps://docs.python.org/library/os.html#module-os
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.IISCGIHandler
CGIHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.CGIHandler
CGIHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.CGIHandler
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseCGIHandler
CGIHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.CGIHandler
syshttps://docs.python.org/library/sys.html#module-sys
oshttps://docs.python.org/library/os.html#module-os
SimpleHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.SimpleHandler
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.SimpleHandler
BaseCGIHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseCGIHandler
BaseHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler
get_stdin()https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.get_stdin
get_stderr()https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.get_stderr
add_cgi_vars()https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.add_cgi_vars
_write()https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler._write
_flush()https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler._flush
write()https://docs.python.org/library/io.html#io.BufferedIOBase.write
io.BufferedIOBasehttps://docs.python.org/library/io.html#io.BufferedIOBase
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.run
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler._write
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler._flush
_write()https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler._write
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.get_stdin
InputStreamhttps://docs.python.org/library/wsgiref.html#wsgiref.types.InputStream
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.get_stderr
ErrorStreamhttps://docs.python.org/library/wsgiref.html#wsgiref.types.ErrorStream
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.add_cgi_vars
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.wsgi_multithread
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.wsgi_multiprocess
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.wsgi_run_once
CGIHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.CGIHandler
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.os_environ
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.server_software
origin_serverhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.origin_server
BaseCGIHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseCGIHandler
CGIHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.CGIHandler
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.get_scheme
wsgiref.utilhttps://docs.python.org/library/wsgiref.html#module-wsgiref.util
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.setup_environ
get_stdin()https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.get_stdin
get_stderr()https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.get_stderr
add_cgi_vars()https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.add_cgi_vars
wsgi_file_wrapperhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.wsgi_file_wrapper
origin_serverhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.origin_server
server_softwarehttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.server_software
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.log_exception
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.traceback_limit
log_exception()https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.log_exception
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.error_output
PEP 3333https://peps.python.org/pep-3333/
StartResponsehttps://docs.python.org/library/wsgiref.html#wsgiref.types.StartResponse
error_statushttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.error_status
error_headershttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.error_headers
error_bodyhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.error_body
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.error_status
PEP 3333https://peps.python.org/pep-3333/
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.error_headers
PEP 3333https://peps.python.org/pep-3333/
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.error_body
PEP 3333https://peps.python.org/pep-3333/
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.wsgi_file_wrapper
wsgiref.types.FileWrapperhttps://docs.python.org/library/wsgiref.html#wsgiref.types.FileWrapper
wsgiref.util.FileWrapperhttps://docs.python.org/library/wsgiref.html#wsgiref.util.FileWrapper
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.sendfile
wsgi_file_wrapperhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.wsgi_file_wrapper
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.origin_server
_write()https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler._write
_flush()https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler._flush
BaseCGIHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseCGIHandler
CGIHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.CGIHandler
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.http_version
origin_serverhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.BaseHandler.origin_server
https://docs.python.org/library/wsgiref.html#wsgiref.handlers.read_environ
PEP 3333https://peps.python.org/pep-3333/
CGIHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.CGIHandler
IISCGIHandlerhttps://docs.python.org/library/wsgiref.html#wsgiref.handlers.IISCGIHandler
https://docs.python.org/library/wsgiref.html#module-wsgiref.types
PEP 3333https://peps.python.org/pep-3333/
https://docs.python.org/library/wsgiref.html#wsgiref.types.StartResponse
typing.Protocolhttps://docs.python.org/library/typing.html#typing.Protocol
start_response()https://peps.python.org/pep-3333/#the-start-response-callable
PEP 3333https://peps.python.org/pep-3333/
https://docs.python.org/library/wsgiref.html#wsgiref.types.WSGIEnvironment
https://docs.python.org/library/wsgiref.html#wsgiref.types.WSGIApplication
https://docs.python.org/library/wsgiref.html#wsgiref.types.InputStream
typing.Protocolhttps://docs.python.org/library/typing.html#typing.Protocol
WSGI Input Streamhttps://peps.python.org/pep-3333/#input-and-error-streams
https://docs.python.org/library/wsgiref.html#wsgiref.types.ErrorStream
typing.Protocolhttps://docs.python.org/library/typing.html#typing.Protocol
WSGI Error Streamhttps://peps.python.org/pep-3333/#input-and-error-streams
https://docs.python.org/library/wsgiref.html#wsgiref.types.FileWrapper
typing.Protocolhttps://docs.python.org/library/typing.html#typing.Protocol
file wrapperhttps://peps.python.org/pep-3333/#optional-platform-specific-file-handling
wsgiref.util.FileWrapperhttps://docs.python.org/library/wsgiref.html#wsgiref.util.FileWrapper
https://docs.python.org/library/wsgiref.html#examples
StartResponsehttps://docs.python.org/library/wsgiref.html#wsgiref.types.StartResponse
Table of Contentshttps://docs.python.org/contents.html
wsgiref — WSGI Utilities and Reference Implementationhttps://docs.python.org/library/wsgiref.html
wsgiref.util – WSGI environment utilitieshttps://docs.python.org/library/wsgiref.html#module-wsgiref.util
wsgiref.headers – WSGI response header toolshttps://docs.python.org/library/wsgiref.html#module-wsgiref.headers
wsgiref.simple_server – a simple WSGI HTTP serverhttps://docs.python.org/library/wsgiref.html#module-wsgiref.simple_server
wsgiref.validate — WSGI conformance checkerhttps://docs.python.org/library/wsgiref.html#module-wsgiref.validate
wsgiref.handlers – server/gateway base classeshttps://docs.python.org/library/wsgiref.html#module-wsgiref.handlers
wsgiref.types – WSGI types for static type checkinghttps://docs.python.org/library/wsgiref.html#module-wsgiref.types
Exampleshttps://docs.python.org/library/wsgiref.html#examples
webbrowser — Convenient web-browser controllerhttps://docs.python.org/library/webbrowser.html
urllib — URL handling moduleshttps://docs.python.org/library/urllib.html
Report a bughttps://docs.python.org/bugs.html
Improve this pagehttps://docs.python.org/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/wsgiref.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/urllib.html
previoushttps://docs.python.org/library/webbrowser.html
Pythonhttps://www.python.org/
3.14.6 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Internet Protocols and Supporthttps://docs.python.org/library/internet.html
wsgiref — WSGI Utilities and Reference Implementationhttps://docs.python.org/library/wsgiref.html
Copyrighthttps://docs.python.org/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.