Package: routr
Type: Package
Title: A Simple Router for HTTP and WebSocket Requests
Version: 0.4.1
Authors@R: 
    c(person(given = "Thomas Lin",
             family = "Pedersen",
             role = c("cre", "aut"),
             email = "thomasp85@gmail.com",
             comment = c(ORCID = "0000-0002-5147-4711")))
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
Description: In order to make sure that web request ends up in the correct 
    handler function a router is often used. 'routr' is a package implementing a
    simple but powerful routing functionality for R based servers. It is a fully
    functional 'fiery' plugin, but can also be used with other 'httpuv' based
    servers.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: R6, assertthat, uuid, reqres, stringi, tools, digest
RoxygenNote: 7.2.1
Suggests: testthat, covr, fiery
URL: https://routr.data-imaginist.com,
        https://github.com/thomasp85/routr#routr
BugReports: https://github.com/thomasp85/routr/issues
NeedsCompilation: no
Packaged: 2022-08-19 13:22:22 UTC; thomas
Author: Thomas Lin Pedersen [cre, aut]
    (<https://orcid.org/0000-0002-5147-4711>)
Repository: CRAN
Date/Publication: 2022-08-19 13:40:05 UTC
Built: R 4.6.0; ; 2025-08-18 06:41:25 UTC; unix
