http_parameters(Request, Params) :- http_read_data(Request, Data, []), http_convert_parameters(Data, Params).