# Functions
BasicAuthMiddleware 基础权限校验中间件 match 满足指定条件才执行.
No description provided by the author
MediaTypeMiddleware 类型校验中间件.
NewCommonResp 创建一个普通响应.
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
NewRespRest 创建一个Rest响应体.
NewRestBadParameters 响应标准参数错误Rest结构体.
NewRestBizError 响应标准业务错误Rest结构体.
NewRestException 响应标准异常Rest结构体.
NewRestStatusError 响应标准错误Rest结构体.
NewRestSuccess 响应标准成功Rest结构体.
NewRestUnauthorized 响应标准未授权Rest结构体.
RawGinEngine 获取原始的gin引擎实例.
RespAbortWithHttpStatusCode 设置响应状态码并设置忽略执行后续handler.
RespHttpStatusCode 设置响应状态码.
RespJson 响应Json数据.
RespRedirect 响应重定向.
RespRestBadParameters 响应标准格式的Rest参数错误.
RespRestBizError 响应标准格式的Rest业务错误.
RespRestException 响应标准格式的Rest系统异常错误.
RespRestRaw 响应标准格式的Rest原始数据.
RespRestStatusError 响应标准格式的Rest状态错误.
RespRestSuccess 响应标准格式的Rest成功数据.
RespRestUnAuthorized 响应标准格式的Rest未授权错误.
RespTextPlain 响应Json数据.
RespToml 响应Toml数据.
RespXml 响应Xml数据.
RespYaml 响应Yaml数据.
# 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
No description provided by the author
No description provided by the author
No description provided by the author
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
ResponseCookie 响应Cookie.
ResponseData 标准响应数据内容.
ResponseHeader 响应头.
RestRespStatusStruct 框架默认的Rest请求状态结构.
RestRespStruct 框架默认的Rest请求结构.
No description provided by the author
RouterWrapper 定义路由包装器.
# Interfaces
Response 标准响应 用户可以通过自定义实现该接口定义自己的响应结构体 也可以使用NewRespRest来创建自定义响应结构体.
ResponseDataStructDecoder 针对Response.Data() 响应的时结构体数据时的解码为[]byte功能 默认为JSON解码器 用户可以自定义实现该接口 实现自定义解码器.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
HandlerWrapper 定义内部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