Author: Alec Date: To: paste-users Subject: [Paste] how can I read raw post data?
how can I read raw post input? e.g. form data
>>> environ["wsgi.input"].read(content_length)
>>> nothing ...
>>> environ["paste.parsed_formvars"][1].read(content_length)
>>> nothing ...