Apache2::Request doesn't seem to provide a way to get the raw post data; is there one that I am missing?
Alternatively, is there a way to read the post data separately (in a content handler - nothing should have messed with the post data before then) and initialize Apache2::Request with it?