Wayfarer
Wayfarer is a runtime-configurable HTTP reverse proxy using Bandit and Mint.
Status
Wayfarer is able to proxy HTTP/1, HTTP/2 and WebSocket requests. There are probably still edge cases and bugs, but it can be used.
Installation
Wayfarer is available in Hex, the package
can be installed by adding wayfarer to your list of dependencies in mix.exs:
def deps do
[
{:wayfarer, "~> 0.4.1"}
]
end
Documentation for the latest release can be found on HexDocs.
Github Mirror
This repository is mirrored on Github from it's primary location on my Forgejo instance. Feel free to raise issues and open PRs on Github.
License
This software is licensed under the terms of the
Apache License 2.0, see the
LICENSE file included with this package for the terms.