Versions in this module Expand all Collapse all v1 v1.0.0 Feb 24, 2026 Changes in this version + var IndexHTML string + type BinaryData struct + Data string + type ConsoleDumper struct + func NewConsoleDumper(opts ...Opts) *ConsoleDumper + func (cd *ConsoleDumper) Dump(d *Dump) + type ConsoleDumperOptions struct + MaxBodyWidth int + TableWidth int + Verbose bool + type Data struct + Body any + ContentType string + Cookies []*http.Cookie + Headers http.Header + IsBinary bool + RawBody string + type Dump struct + ID string + RequestDump *RequestData + ResponseDump *ResponseData + Timestamp string + func NewDump(req *http.Request, res *http.Response, requestBody []byte, responseBody []byte) (*Dump, error) + type HttpDumper struct + func NewHttpDumper() *HttpDumper + func (u *HttpDumper) Dump(dump *Dump) + func (u *HttpDumper) Serve(w http.ResponseWriter, r *http.Request) + type ImageData struct + type Opts func(c *ConsoleDumper) + func WithTableWidth(tableWidth int) Opts + func WithVerbose(verbose bool) Opts + type PDFData struct + FirstPage string + PDFPages int + type RequestData struct + Method string + Path string + Query url.Values + URL string + type ResponseData struct + StatusCode int + StatusLine string + type ServerResetEvent struct + StartTime int64 + Type string