Module trails_handler

Trails handler.

This module defines the trails_handler behaviour.
Required callback functions: trails/0.

Description

Trails handler. This behavior defines the callback trails/0 which must be implemented by the different cowboy handlers in your project.

Function Index

trails/1Returns the cowboy routes defined in the called module.

Function Details

trails/1

trails(Module::module()) -> trails:trails()

Returns the cowboy routes defined in the called module.


Generated by EDoc