# Functions
No description provided by the author
No description provided by the author
BasicAuth register api with basic auth.
No description provided by the author
No description provided by the author
DestroySession remove session by creating a new empty session.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetFlash get flash value.
No description provided by the author
No description provided by the author
GetSession return session by session key.
No description provided by the author
HandleAPIFunc register api handler to specify pattern.
HandleAPIMethod register api handler.
HandleUI register ui request handler.
HandleUIFunc register ui request handler.
HandleUIMethod register ui request handler.
HandleWebSocketCommand register websocket command handler.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PrintRecoveryStack is a functional option to enable or disable printing stack traces on panic.
RecoveryHandler is HTTP middleware that recovers from a panic, logs the panic, writes http.StatusInternalServerError, and continues to the next handler.
No description provided by the author
No description provided by the author
SetFlash set flash value.
No description provided by the author
SetSession set session by session key and session value.
No description provided by the author
StartAPI will start listen and act as the API server.
No description provided by the author
No description provided by the author
UpdateProxyEnvironment sets the system environment variables based on the ProxyConfig.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Handler is the object of http handler.
No description provided by the author
No description provided by the author
Result is a general json result.
# Interfaces
No description provided by the author
# Type aliases
Method is object of http method.
RecoveryOption provides a functional approach to define configuration for a handler; such as setting the logging whether or not to print stack traces on panic.