Changes in version 1.2.1 (2024-08-21) o Fix Rd link 'anchor' Changes in version 1.2.0 (2023-11-24) o Remove quotes from bounary if any (#8) o Use httpuv::randomPort() in tests and examples Changes in version 1.1 (2020-04-28) o Allow charset in multipart Content-Type (#3) Changes in version 1.0 (2019-08-21) o Ignore additional fields such as charset from the multipart boundary o Fix a unit test to avoid a bug in libcurl: https://github.com/curl/curl/issues/4246 o Make curl_echo() unit test faster on Windows Changes in version 0.6 (2017-06-23) o Use curl_unescape() in parse_query() because utils::URLdecode() is broken for UTF-8 o Assume UTF-8 for all strings in rawToChar() Changes in version 0.5 (2017-04-28) o Rewrite of multipart parser in C o Use the new curl::curl_echo() function to test the parser