Behaviours: elli_handler.
| handle/2 | |
| init/2 | Return {ok, handover} if Req's path is /hello/world,
otherwise ignore. |
handle(Req, Args) -> Result
init(Req, Args) -> any()
Return {ok, handover} if Req's path is /hello/world,
otherwise ignore.
Generated by EDoc