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

New API Echo#GetContext & Echo#PutContext.

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2016-03-17 21:49:06 -07:00
parent e159f4d7ef
commit 3946a1839c
5 changed files with 47 additions and 24 deletions

View File

@ -9,8 +9,8 @@ import (
)
type (
// Engine defines the interface for HTTP server.
Engine interface {
// Server defines the interface for HTTP server.
Server interface {
// SetHandler sets the handler for the HTTP server.
SetHandler(Handler)