Skip to content

Instantly share code, notes, and snippets.

@ericbmerritt
Created July 8, 2013 16:24
Show Gist options
  • Save ericbmerritt/5950283 to your computer and use it in GitHub Desktop.
Save ericbmerritt/5950283 to your computer and use it in GitHub Desktop.
defp dispatch([unquote_splicing(arg_list) | acceptor], req) do
bindings = [unquote_splicing(var_bindings)]
req = :cowboy_req.set_bindings([], acceptor, bindings, req)
{:ok, {unquote(name), req}}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment