abstract class
Fossil::Endpoint
- Fossil::Endpoint
- Reference
- Object
Overview
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.
Defined in:
router.crInstance Method Summary
Instance Method Detail
abstract
def call(context : HTTP::Server::Context, path_params : Hash(String, Fossil::Param::PathParamType))
#