labstack / echox

Echo cookbook and website
https://echo.labstack.com
MIT License
407 stars 285 forks source link

Add page describing how to start (custom) HTTP(s) server with Echo #214

Closed aldas closed 3 years ago

aldas commented 3 years ago

Add page describing how to start (custom) HTTP(s) server with Echo Add anchor behind h1/h2/h2 elements to make linking easier

This is to address questions related to starting Echo with custom (TLS or http.Server) settings. Also should be helpful for cases it feels that we need new introduce fields because current API is too limiting ala https://github.com/labstack/echo/pull/1894

aldas commented 3 years ago

@lammel or @pafuent please review.