package
Version:
v0.1.27
Opens a new window with list of versions in this module.
Published: Oct 31, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 11
Opens a new window with list of known importers.
Documentation
¶
type Header interface {
}
type Request interface {
GetMethod() string
GetClientIP() string
Path() Path
Query() Query
Body() Body
GetImpl() interface{}
}
type Response interface {
Status(int)
Write(obj interface{}) error
WriteBytes([]byte) error
ContentType() string
ResponseBytes() []byte
}
type UserInfo interface {
IsValid() bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.