Latest #http_client Threads Top

GustavoZiaugra
Monitorex gives you a live-updating dark-theme dashboard to monitor all HTTP traffic in your Phoenix application — outbound (Tesla, Finch...
New
ycastor
A couple weeks ago i decided to learn a bit more about HTTP and got the urges of starting a new http client from scratch, so i built Quiv...
New
mikehostetler
I’m falling in love with the Req Plugin pattern. It has limits, but when it works - it’s good. I ported over my Tesla based Fly Machines...
New
sonic182
Hi everyone, at Doofinder we have been building llm_composer for some new apps, and we thought it could be useful to share it with the co...
New
sezaru
I have a app in Fly.io called skip-trace-proxy with a squid HTTP proxy running. That app is deployed with flycast meaning that I should b...
New
acrolink
I want to route all outgoing connections to the internet from a Phoenix application via a socks5 proxy. How to do that? UPDATE For exa...
New
yordisprieto
Tesla is an HTTP client that leverages middleware to streamline HTTP requests and responses over a common interface for various adapters....
New
Wojciech
I tried to fetch titles of objects using req with req_s3 plugin. def new_req(options \\ []) when is_list(options) do access_key = Syst...
New
tadeifelipe
Hello everyone! I’ve been working with Tesla for my HTTP Requests using the middleware tesla_middleware_xml to encoding requests and dec...
New
hectorsq
Hi, I’ve developed a Phoenix application that functions as a REST to SOAP converter. Instead of using a SOAP client package, I’ve implem...
New

This Week's Trending Top

This Month's Trending Top

wojtekmach
Hey everyone! Req is an HTTP client for Elixir that I’ve been working on for quite some time. There is already a lot of HTTP clients out...
New
ycastor
A couple weeks ago i decided to learn a bit more about HTTP and got the urges of starting a new http client from scratch, so i built Quiv...
New

This Year's Trending Top

yordisprieto
Tesla is an HTTP client that leverages middleware to streamline HTTP requests and responses over a common interface for various adapters....
New
sonic182
Hi everyone, at Doofinder we have been building llm_composer for some new apps, and we thought it could be useful to share it with the co...
New
Samuel-88
Hello all, Hope everyone is doing all right! I am working on an application that uses an API that does not support the keep-alive optio...
New
mikehostetler
I’m falling in love with the Req Plugin pattern. It has limits, but when it works - it’s good. I ported over my Tesla based Fly Machines...
New
GustavoZiaugra
Monitorex gives you a live-updating dark-theme dashboard to monitor all HTTP traffic in your Phoenix application — outbound (Tesla, Finch...
New
sezaru
I have a app in Fly.io called skip-trace-proxy with a squid HTTP proxy running. That app is deployed with flycast meaning that I should b...
New

Last Three Year's Trending Top

WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
gmile
:httpc HTTP client is part of Erlang standard library, and as such can be easily used in Elixir code too. One particular advantage of usi...
New
TestingTester
Hello all, I am working on a project using Phoenix that receives requests for data, makes many external API calls, and returns the recei...
New
zoedsoupe
Hello alchemists! I’m here to present about a new way to interact with Supabase services: supabase-potion made with love and magic by @zo...
New
zachallaun
Hey gang, I’ve been using Req as my primary client for a project I’ve been working on that interacts with a number of APIs, and I quickl...
New
sovap
What is the best way to connect to an api that has a bad certificate? I am new to Elixir and was trying for my first project to rewrite a...
New
D4no0
I have a project where we do http requests to public domains. I am currently using Mox for testing and following their practices by havi...
New
astahjmo
I’m trying to use Gun to communicate with the Discord API for educational purposes (I chose Gun for being a lower-level tool to understan...
New
jeramyRR
I haven’t done much api stuff with Elixir in a while. What’s the current http_client library of choice for Elixir? I think last time I ...
New
seancribbs
I’m proud to announce the 1.0 release of Hardhat, an opinionated, production-ready HTTP client library for Elixir services. Opinionate...
New
twobeers
I would like evaluate elixir for scripting and followed the samples here: [Single File Elixir Scripts · The Phoenix Files] and stuck the...
New
zoedsoupe
I’m building an integration/client lib for Supabase services in Elixir, but I’m having some difficulties when it comes to uploading and d...
New
acrolink
I want to route all outgoing connections to the internet from a Phoenix application via a socks5 proxy. How to do that? UPDATE For exa...
New
Wojciech
I tried to fetch titles of objects using req with req_s3 plugin. def new_req(options \\ []) when is_list(options) do access_key = Syst...
New
hectorsq
Hi, I’ve developed a Phoenix application that functions as a REST to SOAP converter. Instead of using a SOAP client package, I’ve implem...
New

Trending Over Three Years Top

chulkilee
Here are the list of HTTP client libraries/wrappers, and some thoughts on HTTP client in general. I’d like to hear from others how they w...
New
thousandsofthem
Please help me debug the issue with https certificates, need some ideas what to check next When fetching data using http clients, some h...
New
hubertlepicki
Does anyone here know of an Elixir library which would help me assemble bodies of HTTP requests with “multipart/form-data” Content-type? ...
New
Dado
Hello Developers. I just did a test on HackerRank for a company which need me to do a GET request to an API: “https://jsonmock.hackerra...
New
BitGonzo
There was a post made quite a while back regarding the first two, which made mention of Tesla: I originally started using HTTPoison, b...
New
jace
I wanted to write a library for interacting with a Web API as a practical way of learning Elixir. However, there seem to be a lot of diff...
New
nezzart
How can I send and receive data via RPC? I haven’t found any RPC libraries for Elixir. Can I instead use an http library?
New
aungkoko
I am doing some monitoring for my api endpoints. I've already tried out with some http clients like httpoison, and hackney erlang library...
New
daveaztig14
Hi, I am totally new in phoenix, elixir, and ecto. I have been studying for a week about basics and all, so far I’m quite amazed and con...
New
foggy
I have a Phoenix api that needs to make a couple of post requests. I am fully aware that there are easier options for me than calling :ht...
New
adammokan
I have a system that is making a lot of HTTPS requests. I'm using HTTPoison (which has Hackney under the hood). All is well when I run th...
New
mgwidmann
I've been using this in my small app for a little bit and have noticed a decent reduction in the number of WTF errors w/ HTTPoison. In a ...
New
lud
Hello, I am trying to use mint to make some http requests with Elixir, and reading the docs I wrote the following code. It works fine (...
New
dlesl
Erqwest is an http client implemented as a NIF-based wrapper around reqwest using rustler. The aim is to deliver the best possible perfor...
New
Qqwy
I am building an application. The interface is made with Phoenix. In the background, it sometimes does HTTP requests to a remote API. Thi...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement