R/http_helpers.R
add_patch_route.Rd
Adds a PATCH route to a tower
add_patch_route(tower, path, handler)
A tower object
A string containing the path to match
A function to call when the route is matched
The tower with the added PATCH route