Just a question, I am not an expert.
I see here the typespec says init/2 should return {ok, standard} or {ok, handover}:
|
-callback init(Req, Args) -> {ok, standard | handover} when |
While here it mentions ignore as a return value:
What's the correct one?
Cheers
Just a question, I am not an expert.
I see here the typespec says init/2 should return
{ok, standard}or{ok, handover}:elli/src/elli_handler.erl
Line 43 in c874c42
While here it mentions
ignoreas a return value:elli/src/elli_example_callback_handover.erl
Line 8 in c874c42
What's the correct one?
Cheers