Behaviours: cowboy_middleware.
This module defines the cowboy_handler behaviour. Required callback functions: init/2.
execute(Req, Env) -> {ok, Req, Env}
terminate(Reason::any(), Req, State::any(), Handler::module()) -> ok
Generated by EDoc