POSTed data can arrive in two forms:
length = int(environ["CONTENT_LENGTH"])
content = environ["wsgi.input"].read(length)