In according to the documentation: "The Apache2::Request module provides methods for parsing GET and POST parameters encoded with either application/x-www-form-urlencoded or multipart/form-data."
Does only work with these two body types? Is there another way to get the body content and the headers at the same time? Thanks