Package: routr
Type: Package
Title: A Simple Router for HTTP and WebSocket Requests
Version: 0.2.0
Date: 2017-08-21
Authors@R: c(
    person('Thomas Lin', 'Pedersen', , 'thomasp85@gmail.com', c('aut', 'cre'))
    )
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
LazyData: TRUE
Imports: R6, httpuv, assertthat, uuid, utils, reqres, stringi, tools,
        digest
RoxygenNote: 6.0.1
Suggests: testthat, covr, fiery
URL: https://github.com/thomasp85/routr#routr
BugReports: https://github.com/thomasp85/routr/issues
NeedsCompilation: no
Packaged: 2017-08-22 15:39:09 UTC; thomas
Author: Thomas Lin Pedersen [aut, cre]
Repository: CRAN
Date/Publication: 2017-08-22 17:24:59 UTC
