parseHTTP {webdeveloper} | R Documentation |
Parse a HTTP request
parseHTTP(x, content_type_header = NULL, consolidate = TRUE)
x |
The body of the HTTP request |
content_type_header |
A string containing the content type header. |
consolidate |
TRUE/FALSE, if TRUE, consolidates items with the same name. |
A named list.
parseHTTP("?form_id=example&col_name=Test+String", "application/x-www-form-urlencoded")