Package: reqres
Type: Package
Title: Powerful Classes for HTTP Requests and Responses
Version: 1.1.0
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.2
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
NeedsCompilation: yes
Packaged: 2025-11-06 14:12:11 UTC; thomas
Author: Thomas Lin Pedersen [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-5147-4711>)
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-06 15:10:02 UTC
Built: R 4.4.1; x86_64-apple-darwin20; 2025-11-06 17:19:53 UTC; unix
Archs: reqres.so.dSYM
