Search Results

1
vote

Processing chunked encoded HTTP POST requests in python (or generic CGI under apache)

I'd say use the twisted framework for building your http listener. Twisted supports chunked encoding. …