Barret Schloerke

Results 175 comments of Barret Schloerke

Going to reopen this to have more discussion... Since `plumber` is build on `httpuv`, this request seems reasonable. ----------------- For followup... Due to this line... (specifically passing in `self`) https://github.com/rstudio/plumber/blob/24614d5085756a9ffb8ffbcda3adcdfdb1a238da/R/plumber.R#L214...

Maybe we just start with the `open` method. The [examples within `httpuv`](https://github.com/rstudio/httpuv/tree/master/demo) do not utilize `onWSMessage()` or `onWSClose()`. If we could update this method: https://github.com/rstudio/plumber/blob/24614d5085756a9ffb8ffbcda3adcdfdb1a238da/R/plumber.R#L757-L759 To be : ```r onWSOpen...

Notes: parse the full route location and only take the path when trying to path match ---------------- @battmanux I know this is old, but which route are you sending your...

This is a non-R auto reload process. BUT, it looks like it works (untested).

This should work. `source()`ing only does a standard R source on the files. We need to _plumb_ the files to get its contents ready for `plumber`. #### plumber.R ```r api2_pr

Yes. Especially useful within docker containers.

This is a breaking change. But I believe it is a welcome one

It could be solved by having a single preempt function `auth_combo`. But I think it's reasonable to have multiple filters.