Support chunked request-bodies.
[wrw.git] / wrw / req.py
2012-12-19 Fredrik TolfSupport chunked request-bodies.
2012-08-30 Fredrik TolfAdded a byte-limited reader for the WSGI input stream.
2012-08-28 Fredrik TolfDecode CGI CONTENT_{TYPE,LENGTH} properly into ihead.
2012-07-18 Fredrik TolfAdded SERVER_NAME as an immediate request variable.
2012-03-14 Fredrik TolfRemember to copy method to request copies.
2012-03-14 Fredrik TolfAlways upper-case the request method.
2012-03-14 Fredrik TolfAdded a request variable for the HTTP method.
2011-05-30 Fredrik TolfMade requests shallow-cloneable.
2011-05-25 Fredrik TolfInitial commit.