Package: routr
Type: Package
Title: A Simple Router for HTTP and WebSocket Requests
Version: 0.4.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")))
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
LazyData: TRUE
Imports: R6, httpuv, assertthat, uuid, utils, reqres, stringi, tools,
        digest
RoxygenNote: 6.1.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: 2019-10-03 06:52:38 UTC; thomas
Author: Thomas Lin Pedersen [cre, aut]
    (<https://orcid.org/0000-0002-5147-4711>)
Repository: CRAN
Date/Publication: 2019-10-03 07:20:02 UTC
Built: R 4.0.5; ; 2022-04-21 08:45:19 UTC; windows
