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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user