ParseParams
Pass :cookie for cookie data, :urlencoded for query parameters or x-www-form-urlencoded postdata, or :formdata for multipart/form-data postdata.
Alternatively, pass :content-type(...) to have the function pick the correct postdata encoding for you. Will die if we don't
recognize the content type.
If there are multiple parameters with the same name, the result hash will contain a list of values.
Note that multipart/form-data parsing is NYI