plumber icon indicating copy to clipboard operation
plumber copied to clipboard

Turn your R code into a web API.

Results 167 plumber issues
Sort by recently updated
recently updated
newest added

See #248

difficulty: intermediate
effort: medium
priority: medium
help wanted

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...

type: enhancement
difficulty: advanced
effort: high
priority: medium
theme: plumb() :sparkles:

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...

difficulty: advanced
effort: medium
priority: medium
theme: plumb() :sparkles:

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...

type: enhancement

Add examples and documentation for Plumber benchmarking and performance.

docs

Update vignettes with more specific details about potential conflicts.

docs

To help users better understand the behavior of filters, include a graphic in the Filters section of the vignettes.

docs

To help understand how cookies fit into the execution model of Plumber, add a graphic to the Cookies section of the vignette.

docs