
Parse a HTTP request
parseHTTP(x, content_type_header = NULL, consolidate = TRUE)
A named list.
The body of the HTTP request
A string containing the content type header.
TRUE/FALSE, if TRUE, consolidates items with the same name.
parseHTTP("?form_id=example&col_name=Test+String", "application/x-www-form-urlencoded")
Run the code above in your browser using DataLab