Documentation
¶
Overview ¶
Package router http router library. simple fast based on net/router . Copyright (C) 2020 To All Authors. All rights reserved. Author: Ron. Date: 2020-08-08 Version: 1.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context interface {
Get(string) string
Put(string)
Body() string
Method() string
Response() http.ResponseWriter
Request() *http.Request
}
Context http context.
type Controller ¶
Controller - Current Controller.
Click to show internal directories.
Click to hide internal directories.