The wsgiref module for WSGI utilities. simple_server.make_server is dev-only — production should use gunicorn or waitress. util.request_uri reconstructs the URL from environ and is a source.
.request_uri().make_server().request_uri()Sourcewsgiref.util.request_uri(environ, include_query=True) -> str
Reconstructs the request URL. Source when environ reflects real traffic.
return.make_server()Sinkwsgiref.simple_server.make_server(host, port, app, ...) -> WSGIServer
Creates a development WSGI server. Finding on production use.
| FQN | Field | |
|---|---|---|
| wsgiref | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
from codepathfinder.go_rule import PyWsgiref