R/httpd.R
add_http_handler.Rd
Add a handler for HTTP requests with slug given by `slug`.
add_http_handler(slug, handler)
The first part (slug) of the URL to be handled
A function that handles GET requests with URLs that have `slug` as path component