Copyright © 2016-2021 Marc Worrell
Behaviours: cowboy_middleware.
Authors: Marc Worrell (marc@worrell.nl).
execute/2 | Call cowmachine to handle the request with the given controller. |
execute(Req, Env) -> {ok, Req, Env} | {stop, Req}
Call cowmachine to handle the request with the given controller. Prepare the metadata for lager and set the relevant Context arguments.
Generated by EDoc