class WSGIRequestHandler(BaseHTTPRequestHandler):
Method | address_string |
Undocumented |
Method | connection_dropped |
Called if the connection was closed by the client. By default nothing happens. |
Method | handle |
Handles a request ignoring dropped connections. |
Method | handle_one_request |
Handle a single HTTP request. |
Method | initiate_shutdown |
Undocumented |
Method | log |
Undocumented |
Method | log_error |
Undocumented |
Method | log_message |
Undocumented |
Method | log_request |
Undocumented |
Method | make_environ |
Undocumented |
Method | port_integer |
Undocumented |
Method | run_wsgi |
Undocumented |
Method | send_response |
Send the response header and log the response code. |
Method | version_string |
Undocumented |
Class Variable | server |
Undocumented |
Instance Variable | client_address |
Undocumented |
Instance Variable | close_connection |
Undocumented |
Instance Variable | environ |
Undocumented |
Instance Variable | raw_requestline |
Undocumented |
Property | server_version |
Undocumented |
Parameters | |
error:BaseException | Undocumented |
environ:t.Optional[ | Undocumented |
Undocumented
Parameters | |
type:str | Undocumented |
message:str | Undocumented |
*args:t.Any | Undocumented |
Undocumented
Parameters | |
format:str | Undocumented |
*args:t.Any | Undocumented |
Undocumented
Parameters | |
format:str | Undocumented |
*args:t.Any | Undocumented |
Undocumented
Parameters | |
code:t.Union[ | Undocumented |
size:t.Union[ | Undocumented |