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