You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,7 +446,7 @@ The Dispatcher offers support for forwarding connections and for dispatching con
446
446
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.
447
447
448
448
### Wiring with Plug
449
-
[Plug]((https://github.com/elixir-plug/plug)) expects call to be matched using its own matcher and dispatcher.
449
+
[Plug](https://github.com/elixir-plug/plug) expects call to be matched using its own matcher and dispatcher.
450
450
This library provides some extra support.
451
451
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).
0 commit comments