finch
http_proxy
finch | http_proxy | |
---|---|---|
5 | - | |
1,280 | 60 | |
- | - | |
6.7 | 0.0 | |
14 days ago | 6 months ago | |
Elixir | Elixir | |
MIT License | MIT License |
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.
finch
-
Notes on streaming downloads with progress in Elixir
We will use the Req library, a superset of Finch, which is itself a superset of Mint.
- How to implement a disk cache plugin for Elixir's Req HTTP client?
-
Taming the Time: how to install & develop with XTDB
However, not every Elixir’s HTTP client supports sending requests using HTTP2 - so we have to search for another option rather than using HTTPoison that we widely use in other projects. We’ve decided to go with Finch, as apart from supporting HTTP2 it also focuses on performance and provides telemetry support out of the box - which we’ve found very useful for tracing and debugging purposes.
- ElixirのHTTPクライアントでお天気情報を取得したい(2022年)
http_proxy
We haven't tracked posts mentioning http_proxy yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
mint - Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2 🌱
ivar - Ivar is an adapter based HTTP client that provides the ability to build composable HTTP requests.
gun - HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
bolt - Simple and fast http proxy living in the Erlang VM
Crawly - Crawly, a high-level web crawling & scraping framework for Elixir.
httprot - Prot prot prot.
uri_query - URI encode nested GET parameters and array values in Elixir
etag_plug - A simple to use shallow ETag plug
Tube - WebSocket client library written in pure Elixir
uri_template - RFC 6570 compliant URI template processor for Elixir