Documentation
¶
Index ¶
- func ApplyCtxPatch(ctx *model.RequestContext, p *model.CtxPatch) error
- func ApplyRequestPatch(r *http.Request, p *model.RequestPatch) error
- func ApplyResponsePatch(resp *http.Response, p *model.ResponsePatch) error
- func RegisterCtxPatch(L *lua.LState, ctxPatch *model.CtxPatch, reqPatch *model.RequestPatch, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyCtxPatch ¶
func ApplyCtxPatch(ctx *model.RequestContext, p *model.CtxPatch) error
func ApplyRequestPatch ¶
func ApplyRequestPatch(r *http.Request, p *model.RequestPatch) error
func ApplyResponsePatch ¶
func ApplyResponsePatch(resp *http.Response, p *model.ResponsePatch) error
func RegisterCtxPatch ¶
func RegisterCtxPatch( L *lua.LState, ctxPatch *model.CtxPatch, reqPatch *model.RequestPatch, respPatch *model.ResponsePatch, )
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.