Skip to content

Instantly share code, notes, and snippets.

@hugobarauna
Created July 3, 2024 17:33
Show Gist options
  • Save hugobarauna/6a42e10053d0d3b10e5d64f69c62293f to your computer and use it in GitHub Desktop.
Save hugobarauna/6a42e10053d0d3b10e5d64f69c62293f to your computer and use it in GitHub Desktop.
Kino.Proxy.listen(fn conn ->
Plug.Conn.send_resp(conn, 200, "hello world!")
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment