Files
typeshed/stdlib/2and3/wsgiref
Sebastian Rittau 8b84e9cf13 Improve wsgiref stubs (#2145)
* Use typing.Text

* Add InputStream and ErrorStream WSGI protocols

* Fix return type of WSGIApplication

* Add type hints to wsgiref.validate

* Replace _Bytes by plain bytes

* Add wsgiref.util

* Add wsgiref.headers

* ErrorWrapper.writelines() takes an Iterable

* Fix start_response return type
* Make Python 2 and 3 branches resemble each other more closely
* Use typing.NoReturn
* Fix WriteWrapper.writer type

* Change return type of WriteWrapper.writer to Any
2018-05-23 08:19:07 -07:00
..
2018-05-23 08:19:07 -07:00
2018-05-23 08:19:07 -07:00
2018-05-23 08:19:07 -07:00
2018-05-23 08:19:07 -07:00