是否可以在 Elixir 中发出 http POST 请求将一些数据推送到外部 URL?

is it possible in Elixir to make a http POST request pushing some data to an external URL?

我有一个外部 URL(第三方代码),我想 POST 一些数据,我不必等待响应。

我如何在 Elixir 中执行此操作(如果可能的话?)

实际上我想 cURL 一些数据到外部 url

https://github.com/myfreeweb/httpotion

看起来它会解决我的问题:)谢谢google!

编辑:还有 -> https://github.com/edgurgel/httpoison

https://github.com/benoitc/hackney真不错。我经常用它。