Latest #plug Threads 
I have been thinking about how I might write a new web framework in Elixir. (Not committing to anything, just thinking about it.)
One th...
New
Hello community :waving_hand:
I’ve recently released plug_loopback, a library to programmatically call your own (Phoenix) endpoints:
Yo...
New
Hello, :slight_smile:
I’d be interested in various examples of basic monitoring in the context of a handler on a web server built with B...
New
I want to transfer an API that was built using fastapi in python to elixir. Should I use phoenix or plug? Phoenix is excellent for web de...
New
The International Image Interoperability Framework describes itself:
IIIF is a set of open standards for delivering high-quality, attri...
New
Any ideas how I can use Fluentbit observability tool to retrieve telemetry and crash information from Elixir plug api service?
Sincerely...
New
Hey, is there a way to pass options to a specific plug in Plug.Builder?
For example:
defmodule PlugPipeline do
use Plug.Builder
p...
New
I’m trying to test my API endpoints that communicate with a docker container SQL. When running insomnia calls, the api behavior is fine, ...
New
Hey fellow devs,
This is my first post in this awesome community, and I’m excited to share my project with you all. As a newbie, I’d lov...
New
I’m trying to generate a stream of JSON from an Ecto stream to be sent out via send_chunked/2 and chunk/2.
It appears that all the JSON ...
New
This Week's Trending
This Month's Trending
This Year's Trending
I took lessons from the last discussion and cobbled together an example as a proof-of-concept.
Mar demonstrates a Flask-like web dev int...
New
I have been thinking about how I might write a new web framework in Elixir. (Not committing to anything, just thinking about it.)
One th...
New
The International Image Interoperability Framework describes itself:
IIIF is a set of open standards for delivering high-quality, attri...
New
Hello community :waving_hand:
I’ve recently released plug_loopback, a library to programmatically call your own (Phoenix) endpoints:
Yo...
New
Last Three Year's Trending
Leverage Open Api 3.0 (Swagger) to document, test, validate and explore your Plug and Phoenix APIs.
Generate and serve a JSON Open API ...
New
I have an Elixir application that uses Phoenix for the interface. This application has a contact form that needs to be embedded in other ...
New
Hi everyone. I’m trying to fetch the body of a post request and I keep getting Plug.Conn.Unfetched
This is what I have in my route handl...
New
UPDATE: I originally forgot to mention that my MainPlug is a Plug.Router. I only realized it while responding to Overmind, below. I've no...
New
I am building a simple http server using Plug.Cowboy (no Phoenix pls!) to serve a json API for a customer. A microservice.
The problem ...
New
Packmatic generates Zip Streams by aggregating File or URL Sources.
Hex / GitHub
By using a Stream, the caller can compose it within th...
New
Does anyone know any good example of web applications without Phoenix? I think Elixir is so damn simple, but every time I create a Phoeni...
New
:wave:t3:
I want to understand the reason of constructing an improper list usage in the elixir-plug repository, Line 256
First Questio...
New
KratosPlug
KratosPlug is a composable library for extracting session identifiers from the request, and exchanging them for a kratos se...
New
I know Phoenix has mix phx.routes and Phoenix.Router.routes(), but I’ve been researching for a bit and couldn’t find any information or p...
New
Hey,
is there a way to configure Plug.Static at runtime (right after boot)?
I have a usecase where the location of the files and the de...
New
I’ve implemented a module implementing the behaviour of Plug.Parsers
From the doc I followed, my parse/5 callback returns {:ok, params,...
New
Hello,
I’m writing my first Elixir program and I’ve managed to to the hardest part of it, but I’m stuck at the ultimate stage and I need...
New
I needed to send a dynamic JavaScript file generated with HEEx with mime-type text/javascript because Chrome refused to execute script fr...
New
Hi All.
Is the Plug Guide right when it says that the Head plug
converts HEAD requests to GET requests and strips the response body
...
New
Trending Over Three Years
Hey everyone!
Well, we made this lib a while ago and now we decided to finally go out and public with it! It’s a tool for creating and m...
New
I created Kitto a framework for dashboards inspired by Dashing.
[demo]
The distributed characteristics of Elixir and the low memory foo...
New
Hey besically the title says it,
I am trying to send a file to my elixir api and, i just noticed that in the router it has this plug: pl...
New
I’m looking into returning JSON errors from an API app. I know the specs dictate you must always return HTML on certain error codes but I...
New
I am getting closer to putting my Elixir backend API in production and have a question about logging. Currently when a 500 error occurs i...
New
I have a question about getting consistent access to the Request Body in Plug.
According to the documentation for Plug.Conn.read_body th...
New
I’m trying to use https://hexdocs.pm/plug/Plug.Test.html to write a test for a very simple Plug, that has to access a query parameters.
...
New
The Plug.init/1 method gets called during the compile step and not during the startup like I thought, is there someway to update a plugs ...
New
Request: headers + body (lazy read?)? Response: headers + body, but what about files? They are handled by cowboy directly and no after_se...
New
I’m trying to force all http request to redirect to https.
In short I have added the below to my endpoint config.
url: [host: "localh...
New
Hi Guys, I had to build a Gzip plug for one of my projects as I needed only a subset of pages to be Gzipped (https://hexdocs.pm/plug_cont...
New
Hello,
To handle the upload of really large files, the creation of the intermediate Plug.Upload file is too slow for me. In the Plug/Pho...
New
I'm writing up this quick "How to" because what I thought was going to be an easy implementation of a Plug to validate a webhook request ...
New
Hey folks,
I’ve just published a little library called PhoenixLiveSession.
What is it?
PhoenixLiveSession is a drop-in replacement for ...
New
Hi, I've just released my first hex package today (yay!).
Phoenix.Token.Plug is a collection of plugs for Phoenix.Token-based authentic...
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







