Skip to content

Commit

Permalink
Merge pull request #7 from bdevloed/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
madnificent authored May 26, 2021
2 parents a2e5b3d + 46aed30 commit 213c4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ The Dispatcher offers support for forwarding connections and for dispatching con
Forwarding connections is built on top of `plug_mint_proxy` which uses the Mint library for efficient creation of requests. Request accepting is based on Cowboy 2 which allows for http/2 support.

### Wiring with Plug
[Plug]((https://github.com/elixir-plug/plug)) expects call to be matched using its own matcher and dispatcher.
[Plug](https://github.com/elixir-plug/plug) expects call to be matched using its own matcher and dispatcher.
This library provides some extra support.
Although tying this in within Plug might be simple, the request is dispatched to our own matcher in [plug_router_dispatcher.ex](./lib/plug_router_dispatcher.ex).

Expand Down

0 comments on commit 213c4a1

Please sign in to comment.