httpoison
hackney
httpoison | hackney | |
---|---|---|
4 | 3 | |
2,228 | 1,332 | |
- | - | |
4.9 | 4.7 | |
3 months ago | about 2 months ago | |
Elixir | Erlang | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
httpoison
-
Phoenix SaaS starter kit?
You can also use https://github.com/edgurgel/httpoison to write your own API integrations. If there's already a package out there, may as well use it. If not, Elixir makes it easy enough to knock out in an hour or two (unless the API itself is a pain to work with, but that would apply to any language).
-
Consumindo GraphQL com Elixir?
httpoison:1.8 (Cliente HTTP, para requisições)
-
Elixir: Consumindo dados de uma API externa
Você pode encontrar a versão mais recente do HTTPoison em: https://hex.pm/packages/httpoison
-
how to make HTTPOISON POST request with form-data ?
Perhaps this thread has what you're looking for https://elixirforum.com/t/httpoison-post-multipart-with-more-form-than-the-file/4222/5 or try this GitHub issue https://github.com/edgurgel/httpoison/issues/237
hackney
-
Probuild Ex Part One
Once the project is created, open up mix.exs. We will add tesla my goto HTTP client and hackney to use as an adapter. In the deps section add.
- ElixirのHTTPクライアントでお天気情報を取得したい(2022年)
-
Open-source Deep Dive: Hound
Hackney GitHub repository
What are some alternatives?
tesla - The flexible HTTP client library for Elixir, with support for middleware and multiple adapters.
httpotion - [Deprecated because ibrowse is not maintained] HTTP client for Elixir (use Tesla please)
web_socket - An exploration into a stand-alone library for Plug applications to easily adopt WebSockets.
lhttpc - What used to be here -- this is a backwards-compat user and repo m(
ExVCR - HTTP request/response recording library for elixir, inspired by VCR.
Ralitobu.Plug - Elixir Plug for Ralitobu, the Rate Limiter with Token Bucket algorithm
mochiweb - MochiWeb is an Erlang library for building lightweight HTTP servers.
HttpBuilder - A DSL for building chainable, composable HTTP requests. API structure taken from the lovely elm-http-builder
httprot - Prot prot prot.
Maxwell - Maxwell is an HTTP client which support for middleware and multiple adapters.