Package: reqres Type: Package Title: Powerful Classes for HTTP Requests and Responses Version: 1.2.0.9000 Authors@R: c(person(given = "Thomas Lin", family = "Pedersen", role = c("cre", "aut"), email = "thomasp85@gmail.com", comment = c(ORCID = "0000-0002-5147-4711"))) Description: In order to facilitate parsing of http requests and creating appropriate responses this package provides two classes to handle a lot of the housekeeping involved in working with http exchanges. The infrastructure builds upon the 'rook' specification and is thus well suited to be combined with 'httpuv' based web servers. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 3.5) Imports: R6, stringi, urltools, tools, brotli, jsonlite, xml2, webutils, utils, cli, rlang, lifecycle, base64enc, sodium, promises, mirai, otel RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Suggests: fiery, testthat (>= 3.0.0), covr, keyring, shiny URL: https://reqres.data-imaginist.com, https://github.com/thomasp85/reqres BugReports: https://github.com/thomasp85/reqres/issues Config/testthat/edition: 3 Config/build/compilation-database: true Collate: 'aaa.R' 'formatters.R' 'import-standalone-obj-type.R' 'import-standalone-types-check.R' 'mock_request.R' 'otel.R' 'parsers.R' 'problems.R' 'reqres-package.R' 'request.R' 'response.R' 'zzz.R' Config/pak/sysreqs: libicu-dev libsodium-dev libxml2-dev libssl-dev Repository: https://thomasp85.r-universe.dev Date/Publication: 2025-12-11 06:49:08 UTC RemoteUrl: https://github.com/thomasp85/reqres RemoteRef: HEAD RemoteSha: cde442af3902890f77053f671ddc4413a11b89c7 NeedsCompilation: yes Packaged: 2026-07-24 06:09:58 UTC; root Author: Thomas Lin Pedersen [cre, aut] (ORCID: ) Maintainer: Thomas Lin Pedersen