Commit Graph

4 Commits

Author SHA1 Message Date
Neil Schemenauer 660d72d1f2 Trival changes to support Python 3. 2016-03-24 22:25:53 +00:00
Neil Schemenauer f09079828a Implement support for "Transfer-Encoding: chunked".
Use chunked transfer encoding if there is no content length
available and it's supported by the protocol (i.e. HTTP 1.1).
Stream responses without a length can now be compressed.
2013-07-20 14:22:32 -06:00
Neil Schemenauer ecd465a67d Have simple_server.py use Quixote access logger. 2012-01-01 22:22:28 -06:00
C. Titus Brown a73c2957be Reorganize source
Added some simple WSGI documentation; cleaned up test code a bit.
Added test server status check.  Moved the quixote package into the
quixote/ subdirectory.  Added nose+twill tests under tests/.
2008-04-05 20:09:39 -06:00