package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Dec 12, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
App provides methods for controlling an app's lifecycle
Engine define http engine
NewEngine give new http engine
type ErrorListener interface {
OnError(err error, c Context)
}
HTTPError define http error
type Server interface {
Init() error
Start()
Exit(sig os.Signal)
}
Server provides methods for controlling server's lifecycle
NewServer return new server instance
Source Files
¶
Click to show internal directories.
Click to hide internal directories.