R/conditions.R

#' @export
#' @importFrom reqres abort_status
reqres::abort_status
#' @export
#' @importFrom reqres abort_http_problem
reqres::abort_http_problem
#' @export
#' @importFrom reqres abort_bad_request
reqres::abort_bad_request
#' @export
#' @importFrom reqres abort_conflict
reqres::abort_conflict
#' @export
#' @importFrom reqres abort_forbidden
reqres::abort_forbidden
#' @export
#' @importFrom reqres abort_gone
reqres::abort_gone
#' @export
#' @importFrom reqres abort_internal_error
reqres::abort_internal_error
#' @export
#' @importFrom reqres abort_method_not_allowed
reqres::abort_method_not_allowed
#' @export
#' @importFrom reqres abort_not_acceptable
reqres::abort_not_acceptable
#' @export
#' @importFrom reqres abort_not_found
reqres::abort_not_found
#' @export
#' @importFrom reqres abort_unauthorized
reqres::abort_unauthorized

Try the plumber2 package in your browser

Any scripts or data that you put into this service are public.

plumber2 documentation built on Jan. 20, 2026, 5:06 p.m.