[Twisted-Python] Twisted web, giant-file POST forwarding and early bail-out.

Itamar Turner-Trauring itamar at itamarst.org
Tue Jul 9 05:40:27 MDT 2013


On 07/09/2013 07:30 AM, Itamar Turner-Trauring wrote:
> HTTP clients can send a "Expects: 100-continue" header (or something 
> like that), which tells the server it should give an early rejection 
> or acceptance before the client sends the data, in *addition* to the 
> final response. You would still need to write some code to support 
> this, but it is possible.
Although this only lets you reject based on headers, not body.




More information about the Twisted-Python mailing list