Replies: 1 comment
-
You can always call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
This is an Elixir app utilizing
Plug.Adapters.Cowboy
so this question may not belong here.Given a list of dispatchers like:
What I would like to do is ask
cowboy
if a path is valid and provisioned without actually invoking any logic.e.g.
Could return something like
{ok, provisioned}
or{error, not_provisioned}
Thanks
Beta Was this translation helpful? Give feedback.
All reactions