Versions in this module Expand all Collapse all v0 v0.0.1 Sep 25, 2020 Changes in this version + const BaseDate + func BuildReplay(c *rux.Context) interface + func Logger(inner http.Handler, name string) http.Handler + type BodyModel struct + Args map[string]string + Body string + Files map[string]string + Form map[string]string + Headers map[string]string + Json interface{} + Method string + Origin string + Url string + func BuildBodyReplay(c *rux.Context) BodyModel + type QueryModel struct + Args map[string]string + Headers map[string]string + Method string + Origin string + Url string + func BuildQueryReplay(c *rux.Context) QueryModel