1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-15 01:34:53 +02:00

TLS support

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2016-02-22 22:24:56 -08:00
parent fb04f9979e
commit 5ada9b5f1b
3 changed files with 21 additions and 9 deletions

View File

@ -62,9 +62,9 @@ type (
Config struct {
Address string
ReadTimeout time.Duration
WriteTimeout time.Duration
TLSCertfile string
TLSKeyfile string
ReadTimeout time.Duration
WriteTimeout time.Duration
}
)