We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e3ebe commit 2d7cce4Copy full SHA for 2d7cce4
middleware/proxy.go
@@ -122,7 +122,7 @@ func (r *RoundRobinBalancer) Next() *ProxyTarget {
122
123
// Proxy returns a Proxy middleware.
124
//
125
-// Proxy middleware forwards a request to upstream server using a configured load balancing technique.
+// Proxy middleware forwards the request to upstream server using a configured load balancing technique.
126
func Proxy(balancer ProxyBalancer) echo.MiddlewareFunc {
127
c := DefaultProxyConfig
128
c.Balancer = balancer
0 commit comments