class

Fossil::Endpoint

Inherits Reference < Object

Abstract Endpoint class. For each endpoint processing function a new Endpoint class is created, and in call method arguments for the function are extraxted and pased to the body of a function.

Instance methods

call(context : HTTP::Server::Context, path_params : Hash(String, Fossil::Param::PathParamType))
Source