- In order to add custom elements in a library which uses
HTTPipe, I think the field private would be desirable.
- At the moment I'm just adding my custom fields to the
HTTPipe.Conn.t which is not ideal.
Plug has a private field.
https://github.com/elixir-lang/plug/blob/v1.3.0/lib/plug/conn.ex#L163
@DavidAntaramian, your thoughts on this?