Package: routr
Type: Package
Title: A Simple Router for HTTP and WebSocket Requests
Version: 0.3.0
Date: 2017-10-26
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-10-26 07:57:17 UTC; thomas
Author: Thomas Lin Pedersen [aut, cre]
Repository: CRAN
Date/Publication: 2017-10-26 08:19:50 UTC
Built: R 3.3.3; ; 2018-04-22 16:04:19 UTC; windows
