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