Index of the wrappers module
-
m
httpencode.wrappers
...
- Lazy serialization and decoding wrappers for app_iter and wsgi.input
objects
-
C
FileAppIterWrapper
...
- Wraps a WSGI app_iter and presents a file-like interface to it.
-
C
ReplacementInput
...
- A replacement for a wsgi.input file that acts as a file, but
lazily serializes the data. Also, the data can be retrieved
without serialization.
-
C
LazySerialize
...
- Iterator that serializes the data lazily, and returns the data as
an iterator, but also allows the data to be retrieved without
serialization.
-
C
FileLengthWrapper
...
- Wraps a file-like object that has a fixed length, returning
'' after the object has been exhausted.