crul v0.8.4
MINOR IMPROVEMENTS
jsonlite
package moved to Imports (#112)- the
parse()
method in theHttpResponse
object now checks whether the response raw bytes can be converted to character, and if not just returns raw bytes (#115) (#116) - give vignettes titles (#113) (#114)
BUG FIXES
- no longer setting
cainfo
curl option, fixes problem arising from change in recent libcurl version (#117)