# Functions
异步运行web服务.
*
* @description: 删除cookie
* @param {*gin.Context} ctx
* @param {string} name
* @return {*}
*/.
*
* @description: 删除session
* @param {*gin.Context} ctx
* @param {*} name
* @return {*}
*/.
*
* @description: 获取cookie
* @param {*gin.Context} ctx
* @param {string} name
* @return {*}
*/.
*
* @description: 获取session
* @param {*gin.Context} ctx
* @param {string} name
* @return {*}
*/.
No description provided by the author
*
* @description: 将控制器注册到路由
* @param {*gin.Engine} r
* @param {any} controller
* @return {*}
*/.
*
* @description: 将控制器注册到路由组
* @param {*gin.RouterGroup} g
* @param {any} controller
* @return {*}
*/.
*
* @description: 创建cookie并指定超时时间
* @param {*gin.Context} ctx
* @param {*} name
* @param {string} value
* @param {int} maxAge
* @return {*}
*/.
*
* @description: 创建session
* @param {*gin.Context} ctx
* @param {string} name
* @param {any} value
* @return {*}
*/.
*
* @description: 启动服务,当前方法会同步阻塞
* @param {*gin.Engine} r
* @return {*}
*/.
# Constants
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
No description provided by the author
No description provided by the author
# Variables
可以接收的请求类型集合.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
*
* @description: Web配置
* @return {*}
*/.
No description provided by the author
# Type aliases
路由注册函数.