add_patch_route: Add a PATCH route

View source: R/http_helpers.R

add_patch_routeR Documentation

Add a PATCH route

Description

Adds a PATCH route to a tower

Usage

add_patch_route(tower, path, handler)

Arguments

tower

A tower object

path

A string containing the path to match

handler

A function to call when the route is matched

Value

The tower with the added PATCH route


tower documentation built on Oct. 30, 2024, 9:28 a.m.