Plug and HTTP Persistent Connections

Hi everyone,

I was wondering how Plug deals with HTTP persistent connections?

I have looked through the documentation but I can’t find anything mentioning it. I fear this means that the answer might be that “it doesn’t”. If it doesn’t then what Elixir/Erlang HTTP client and server can I use to get persistent connections?

Thanks in advance,

Matthew