Package: routr 0.4.1.9000
routr: A Simple Router for HTTP and WebSocket Requests
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.
Authors:
routr_0.4.1.9000.tar.gz
routr_0.4.1.9000.zip(r-4.5)routr_0.4.1.9000.zip(r-4.4)routr_0.4.1.9000.zip(r-4.3)
routr_0.4.1.9000.tgz(r-4.4-any)routr_0.4.1.9000.tgz(r-4.3-any)
routr_0.4.1.9000.tar.gz(r-4.5-noble)routr_0.4.1.9000.tar.gz(r-4.4-noble)
routr_0.4.1.9000.tgz(r-4.4-emscripten)routr_0.4.1.9000.tgz(r-4.3-emscripten)
routr.pdf |routr.html✨
routr/json (API)
NEWS
# Install 'routr' in R: |
install.packages('routr', repos = c('https://thomasp85.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/thomasp85/routr/issues
http-routermiddlewarerouterwebtechnology
Last updated 2 years agofrom:8605611a10. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 10 2024 |
R-4.5-win | OK | Nov 10 2024 |
R-4.5-linux | OK | Nov 10 2024 |
R-4.4-win | OK | Nov 10 2024 |
R-4.4-mac | OK | Nov 10 2024 |
R-4.3-win | OK | Nov 10 2024 |
R-4.3-mac | OK | Nov 10 2024 |
Exports:ressource_routeRouteRouteStacksizelimit_route
Dependencies:assertthatbrotliclicurldigestjsonliteR6Rcppreqresrlangstringitriebeardurltoolsuuidwebutilsxml2
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create a route for fetching files | ressource_route |
Create a route for dispatching on URL | Route |
Combine multiple routes for sequential routing | RouteStack |
Limit the size of requests | sizelimit_route |