tests/testthat/files/filter-inject.R

#* @filter foo
function(req){
  req$args$hello <- 13
}

#* @get /
function(hello){
  hello
}
trestletech/plumber documentation built on March 16, 2024, 8:21 a.m.