echox
echox copied to clipboard
Echo cookbook and website
https://github.com/labstack/echo/pull/965 https://github.com/labstack/echo/pull/985
Example / Cookbook with App Engine on Go 1.11 won't work as build tags are deprecated now. Just use echo on port 8080 or define custom with env "Port".
https://echo.labstack.com/middleware/proxy AND https://github.com/labstack/echox/blob/master/website/content/middleware/proxy.md middleware.RoundRobinBalancer change middleware.NewRoundRobinBalancer
- https://github.com/labstack/echo/commit/83afc31efe28c98cda435c73d279836580deebd1 - https://github.com/labstack/echo/commit/61084e242e8195cc49cad23a493e129b67259a19
https://github.com/labstack/echo/issues/871