benoitc
53ce50bc7b
obvious syntax fixes preparing python3 support
2012-10-24 12:11:15 +02:00
Benoit Chesneau
5f11713678
log HTTP errors in access log. close #317
2012-04-26 18:17:55 +02:00
benoitc
961eabb332
simplify the code
2012-03-16 21:10:44 +01:00
benoitc
1319543448
use the cached app.
2012-03-01 08:02:15 +01:00
benoitc
5a7c756a98
close #304 .
...
Intoduce a change in log access format:
- request headers are now added to the log format using the
{HeaderName}i variable
- response headers are now handled using the {HeaderName}o variables
- headers name are insensitive
- non existent keys in the log access format are replaced by '-'
2012-02-25 14:44:38 +01:00
benoitc
85c60c26b5
redirect stdout & stderr to logging error file when output is different
...
from '-' . Useful to collect some errors.
2012-02-19 16:07:51 +01:00
benoitc
c1aec22097
fix response
2010-03-23 21:09:15 +01:00
benoitc
49e57d36bb
remove useless examples
2010-03-17 01:06:17 +01:00
benoitc
d92364af71
new read_partial function. We also now use buffer in parser.
2010-02-28 22:46:35 +01:00
Paul J. Davis
b20a0ace1e
Added wsgiref validator to the example.
2010-02-22 11:17:00 -05:00
Benoit Chesneau
045b3127cc
add setup file, fixx license
2009-12-21 19:47:07 +01:00