Latest #req Threads 
AgentObs - LLM Agent Observability for Elixir
I’m excited to share AgentObs, a new library for instrumenting LLM agentic
applications in...
New
Hello Elixir community! :wave:
I’m excited to announce the first release of ReqCassette, a VCR-style record-and-replay library specifica...
New
I’ve release ReqWebSocket, a Req plugin for establishing WebSocket connections, using Mint.WebSocket.
resp =
Req.new(connect_options: ...
New
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
If you want to perform arbitrary external HTTP requests you have to be very careful to avoid Server-Side Request Forgery (SSRF). Certain ...
New
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
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
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
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
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
This Month's Trending
This Year's Trending
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
Hello Elixir community! :wave:
I’m excited to announce the first release of ReqCassette, a VCR-style record-and-replay library specifica...
New
If you want to perform arbitrary external HTTP requests you have to be very careful to avoid Server-Side Request Forgery (SSRF). Certain ...
New
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
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
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
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
I’ve release ReqWebSocket, a Req plugin for establishing WebSocket connections, using Mint.WebSocket.
resp =
Req.new(connect_options: ...
New
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
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
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
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
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
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
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
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
Hello Guys,
I’m building tools using Elixir, Phoenix & LiveView to learn and perhaps have a portfolio.
There’s a LinkedIn post insp...
New
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
I would like evaluate elixir for scripting and followed the samples here: [Single File Elixir Scripts · The Phoenix Files]
and stuck the...
New
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
I have a simple GenServer making an HTTP request
defmodule GamePlay do
use GenServer
alias Wrapper
def start_link(_args) do
...
New
Hello,
I am trying to learn Elixir through building a remittance aggregator starting with consuming third party API services like Master...
New
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
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
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
Dear all,
I threw together a custom step for req that accumulates the responses from the redirects that were followed.
Basically, I re-...
New
This CURL request works fine:
curl -X POST \
-H "Ocp-Apim-Subscription-Key: 123123123123123" \
-F "knowledgeRequest={\"imageInfo\":{\"ur...
New
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
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
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
Kubegen generates Kubernetes clients in the form of resource based client modules directly into your project.
I have been co-maintaining...
New
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
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
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
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
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
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
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
req_embed is a plugin for req to resolve and display oEmbed resources.
Features
Supports 300+ providers
Supports auto discovery of embe...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #ash-questions
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #discussion
- #javascript
- #elixirconf
- #library
- #oban-questions
- #dialyzer
- #docker
- #onsite
- #authentication
- #podcasts
- #full-time-contract
- #umbrella
- #code-sync
- #ecto-query
- #phoenix_html
- #iex
- #graphql
- #genstage
- #elixir-ls
- #nerves-questions
- #podcasts-by-brainlid
- #supervisor
- #websockets
- #distillery
- #advent-of-code
- #blog-post
- #livebook-questions
- #processes
- #forms
- #api
- #metaprogramming







