tests/testthat/files/verbs.R

#* @use /some
function(){

}

#* @get /get
function() {

}


#* @put /put
function(req, res, forward){
  7
}

#* @post /post
function() {

}

#* @delete /delete
function() {

}

#* @post /test
#* @get /test
function(){

}

#* @head /head
function() {

}

#* @options /options
function(){

}

#* @patch /patch
function(){

}
rstudio/plumber documentation built on April 12, 2025, 7:33 p.m.