Parses http request data in application/json, multipart/form-data,
or application/x-www-form-urlencoded format. Includes example of hosting
and parsing html form data in R using either 'httpuv' or 'Rhttpd'.
News
0.6
Use curl_unescape() in parse_query() because utils::URLdecode() is broken for UTF-8
Assume UTF-8 for all strings in rawToChar()
0.5
Rewrite of multipart parser in C
Use the new curl::curl_echo() function to test the parser