plumber
plumber copied to clipboard
Turn your R code into a web API.
See #248
Basically copy all `registerHooks` to be able to be added on the endpoints. They would be executed after router endpoints are executed at each stage. They should be able to...
Part of what makes Plumber so spectacular is its incredible flexibility. As other packages start to crop up that add functionality to Plumber (like [sealr](https://github.com/jandix/sealr)) it would be nice if...
httpuv somewhat recently added the feature that static files can be served without calling R code. On top of potential performance improvements httpuv also enables HTTP caching directives for static...
Add examples and documentation for Plumber benchmarking and performance.
Update vignettes with more specific details about potential conflicts.
To help users better understand the behavior of filters, include a graphic in the Filters section of the vignettes.
To help understand how cookies fit into the execution model of Plumber, add a graphic to the Cookies section of the vignette.
This would be part of the security vignette.