abstract class Fossil::Endpoint

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.cr

Instance Method Summary

Instance Method Detail

abstract def call(context : HTTP::Server::Context, path_params : Hash(String, Fossil::Param::PathParamType)) #