pyiem.web.error module
Handle various errors coming from the IEM webfarm hosts.
-
pyiem.web.error.log_request(conn, uri, environ, redirect_status)[source]
Do some logging work.
- Parameters:
conn (Connection)
uri (str)
environ (dict)
redirect_status (int)
-
pyiem.web.error.application(environ, start_response)[source]
mod-wsgi handler.
- Parameters:
-
- Return type:
list[bytes]