Phoenix HTTP pipelining

Hi.
Just read about japronto and it uses HTTP pipelining. I’m curious if Phoenix framework can do something similar or same? Maybe someone had experience with this using Elixir/Phoenix?

Pipelining is automatically managed by Cowboy, the underlying server of Phoenix/Plug.

Thanks for answer :slight_smile: