Module cowboy_handler

Behaviours: cowboy_middleware.

This module defines the cowboy_handler behaviour.
Required callback functions: init/2.

Function Index

execute/2
terminate/4

Function Details

execute/2

execute(Req, Env) -> {ok, Req, Env}

terminate/4

terminate(Reason::any(), Req, State::any(), Handler::module()) -> ok


Generated by EDoc, Aug 2 2016, 12:11:23.