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(){

}
trestletech/plumber documentation built on March 16, 2024, 8:21 a.m.