class

Skeleton::RouteHandler

Inherits HTTP::Handler < Reference < Object

Constructors

Instance methods

call(context : HTTP::Server::Context)
Source
connect(path : String, &callback : Callback)
Source
delete(path : String, &callback : Callback)
Source
get(path : String, &callback : Callback)
Source
head(path : String, &callback : Callback)
Source
options(path : String, &callback : Callback)
Source
patch(path : String, &callback : Callback)
Source
post(path : String, &callback : Callback)
Source
put(path : String, &callback : Callback)
Source
static_routes
Source
trace(path : String, &callback : Callback)
Source
tree
Source

Nested types