class CustomDutyHsSections::ListHandler

Defined in:

handlers/custom_duty_hs_sections/list_handler.cr

Instance Method Summary

Instance Method Detail

def get #
Description copied from class Marten::Handlers::Base

Handles a GET HTTP request and returns a Marten::HTTP::Response object.

The default implementation will return a 405 (not allowed) response.


[View source]