# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "crul" in publications use:' type: software license: MIT title: 'crul: HTTP Client' version: 1.6.0.9000 doi: 10.32614/CRAN.package.crul identifiers: - type: url value: https://books.ropensci.org/http-testing/ abstract: 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' (). authors: - family-names: Chamberlain given-names: Scott email: myrmecocystus@gmail.com orcid: https://orcid.org/0000-0003-1444-9135 repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/crul commit: 6e4ee16daaff28d842044bff979cf3dcd26263ae url: https://docs.ropensci.org/crul/ date-released: '2025-07-23' contact: - family-names: Chamberlain given-names: Scott email: myrmecocystus@gmail.com orcid: https://orcid.org/0000-0003-1444-9135 keywords: - http - https - API - web-services - curl - download - libcurl - async - mocking - caching