Undocumented
Class | LimitedStream |
Wrap another stream to disallow reading it past a number of bytes. |
Class | WSGIHandler |
Undocumented |
Class | WSGIRequest |
Undocumented |
Function | get_bytes_from_wsgi |
Get a value from the WSGI environ dictionary as bytes. |
Function | get_path_info |
Return the HTTP request's PATH_INFO as a string. |
Function | get_script_name |
No summary |
Function | get_str_from_wsgi |
Get a value from the WSGI environ dictionary as str. |
Variable | _slashes_re |
Undocumented |
Get a value from the WSGI environ dictionary as bytes.
key and default should be strings.