Latest #req Threads Top

lostbean
AgentObs - LLM Agent Observability for Elixir I’m excited to share AgentObs, a new library for instrumenting LLM agentic applications in...
New
lostbean
Hello Elixir community! :wave: I’m excited to announce the first release of ReqCassette, a VCR-style record-and-replay library specifica...
New
jswanner
I’ve release ReqWebSocket, a Req plugin for establishing WebSocket connections, using Mint.WebSocket. resp = Req.new(connect_options: ...
New
spurgus
Hi! I have a Downloader module that GETs files given a URL, using Req. It has a timeout option but I would like to abort the download wh...
New
garrison
If you want to perform arbitrary external HTTP requests you have to be very careful to avoid Server-Side Request Forgery (SSRF). Certain ...
New
mikehostetler
Hey everyone! I’m excited to share ReqLLM - a new approach to LLM interactions in Elixir that I’ve been working on. After building agent...
New
jswanner
I guess you can say @wojtekmach nerd sniped me into trying out backing Req.Test mocks with Bandit, so that your test Req test requests ar...
New
eileennoonan
I’m making HTTP requests from inside a Poolboy pool. I’m having a hell of a time trying to use Req.Test stubs in ExUnit in an e2e workfl...
New
lkuty
Hello folks, I couldn’t find information regarding this. Maybe there is a package for Req to make WebSocket requests or since it is built...
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

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

mikehostetler
Hey everyone! I’m excited to share ReqLLM - a new approach to LLM interactions in Elixir that I’ve been working on. After building agent...
New
lostbean
Hello Elixir community! :wave: I’m excited to announce the first release of ReqCassette, a VCR-style record-and-replay library specifica...
New
garrison
If you want to perform arbitrary external HTTP requests you have to be very careful to avoid Server-Side Request Forgery (SSRF). Certain ...
New
spurgus
Hi! I have a Downloader module that GETs files given a URL, using Req. It has a timeout option but I would like to abort the download wh...
New
lkuty
Hello folks, I couldn’t find information regarding this. Maybe there is a package for Req to make WebSocket requests or since it is built...
New
eileennoonan
I’m making HTTP requests from inside a Poolboy pool. I’m having a hell of a time trying to use Req.Test stubs in ExUnit in an e2e workfl...
New
jswanner
I guess you can say @wojtekmach nerd sniped me into trying out backing Req.Test mocks with Bandit, so that your test Req test requests ar...
New
jswanner
I’ve release ReqWebSocket, a Req plugin for establishing WebSocket connections, using Mint.WebSocket. resp = Req.new(connect_options: ...
New
lostbean
AgentObs - LLM Agent Observability for Elixir I’m excited to share AgentObs, a new library for instrumenting LLM agentic applications in...
New

Last Three Year's Trending Top

darnahsan
I would like to upload file to s3 pulled from a URL without having to store it in a temp file. If I understand it correctly it is doable ...
New
henriquesati
I’m doing a POST request using Req but i’m getting the error ** (ArgumentError) unknown registry: Req.Finch. I found the same problem on ...
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
Morzaram
Hey there, I’m trying to make a Req request with the following config, but I’m struggling a bit. The curl I’m trying to make into a Req...
New
jkbbwr
I am able to do MTLS connections to a given service using curl and httpie. That works fine. An example of a working httpie command http ...
New
shahryarjb
Hello friends, Imagine you want to download a tar file from hex.pm website. I have this function and do not want to install req hex plug...
New
Aylhafaza
How should I define a proxy server with authentication (user: pass) in req (it’s an organizational proxy to the outside world). The docu...
New
derpycoder
Hello Guys, I’m building tools using Elixir, Phoenix & LiveView to learn and perhaps have a portfolio. There’s a LinkedIn post insp...
New
ndan
I’m trying to understand why this code works for one provider but not for another [ url: "https://ip.smartproxy.com/json", connect_o...
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
raleng
Hey everyone, I’m still pretty new to Elixir so I don’t have any experience with any HTTP library, but ran into an issue using Req. Sinc...
New
ijunaidfarooq
I have a simple GenServer making an HTTP request defmodule GamePlay do use GenServer alias Wrapper def start_link(_args) do ...
New
ghannam80
Hello, I am trying to learn Elixir through building a remittance aggregator starting with consuming third party API services like Master...
New
waseigo
Hello, I have been working on an app that uses Req to access a REST API at an AAAA domain record. The domain record is resolvable global...
New
egze
In the docs it says I can stub Req in tests with a config like this: # config/test.exs config :myapp, weather_req_options: [ plug: {Re...
New

Trending Over Three Years Top

bhougland18
Hello, can anyone point me to an article/post on how to do concurrent requests in Elixir? Here is an article where the author uses pytho...
New
scoop
Dear all, I threw together a custom step for req that accumulates the responses from the redirects that were followed. Basically, I re-...
New
sergio
This CURL request works fine: curl -X POST \ -H "Ocp-Apim-Subscription-Key: 123123123123123" \ -F "knowledgeRequest={\"imageInfo\":{\"ur...
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
vishal-h
There’s a python/fastapi service that streams audio files. I don’t have access to the code of this service. This works fine and the audi...
New
dnsbty
I’m currently using Req in an application, and as I’m thinking about potential security concerns, I have two scenarios in mind where I wo...
New
mruoss
Kubegen generates Kubernetes clients in the form of resource based client modules directly into your project. I have been co-maintaining...
New
CharlesO
How do we limit a Req.post! or Req.get! to a total timeout of just 2000ms? I have an integration that needs very timely responses. Limi...
New
reisub
I just released version 0.8.0 of HttpCookie, a standards-compliant (client-side) HTTP Cookie implementation. It’s not a new library, but...
New
acalejos
Hi everyone, I recently made a library of Req plugins for some web-crawl-adjacent stuff I’m working on and figured I would share it. ...
New
dnkbln
I use the Req library to download a resource. I got the resource from a podcast RSS feed. enclosure_url = "https://example.com/file 1.mp...
New
alexslade
This is a bit of an exploratory question, and I’d love any thoughts you have. I’m posting early in my research because I think this might...
New
ndrluis
Hello, I’m new to the Elixir world, and I’m creating an implementation of the Apache Iceberg library. The expectation is to interact wit...
New
ijunaidfarooq
Is it possible to stub multiple times within a test using req? I am doing Req.Test.stub(Wrapper, &Req.Test.json(&1, %{"indices"...
New
leandrocp
req_embed is a plugin for req to resolve and display oEmbed resources. Features Supports 300+ providers Supports auto discovery of embe...
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