Package: crul Title: HTTP Client Description: A simple HTTP client, with tools for making HTTP requests, and mocking HTTP requests. The package is built on R6, and takes inspiration from Ruby's 'faraday' gem (). The package name is a play on curl, the widely used command line tool for HTTP, and this package is built on top of the R package 'curl', an interface to 'libcurl' (). Version: 1.6.0.9000 License: MIT + file LICENSE Authors@R: c( person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com", comment = c(ORCID = "0000-0003-1444-9135")) ) URL: https://docs.ropensci.org/crul/, https://github.com/ropensci/crul, https://books.ropensci.org/http-testing/ BugReports: https://github.com/ropensci/crul/issues Roxygen: list(markdown = TRUE) Encoding: UTF-8 Language: en-US Imports: curl (>= 3.3), R6 (>= 2.2.0), urltools (>= 1.6.0), httpcode (>= 0.2.0), jsonlite, mime, rlang, lifecycle Suggests: testthat (>= 3.0.0), roxygen2 (>= 7.1.1), fauxpas (>= 0.1.0), webmockr (>= 2.2.0), withr, knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.3.2 Config/testthat/edition: 3 Config/testthat/parallel: true X-schema.org-applicationCategory: Web X-schema.org-keywords: http, https, API, web-services, curl, download, libcurl, async, mocking, caching X-schema.org-isPartOf: https://ropensci.org Config/pak/sysreqs: libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-07-23 21:24:19 UTC RemoteUrl: https://github.com/ropensci/crul RemoteRef: main RemoteSha: 6e4ee16daaff28d842044bff979cf3dcd26263ae NeedsCompilation: no Packaged: 2026-07-01 08:25:52 UTC; root Author: Scott Chamberlain [aut, cre] (ORCID: ) Maintainer: Scott Chamberlain