Versions in this module Expand all Collapse all v1 v1.0.0 Jan 20, 2026 Changes in this version + func HandleAccessLog(opt *conf.ServerAccessLog, next http.HandlerFunc) http.HandlerFunc + func HandlePProf(c *conf.ServerPProf, r *http.ServeMux) + func WithNormalFields(req *http.Request, resp *xhttp.ResponseRecorder) []byte + type FieldBuffer struct + func NewFieldBuffer(sep byte) *FieldBuffer + func (b *FieldBuffer) Append(s string) + func (b *FieldBuffer) Bytes() []byte + func (b *FieldBuffer) FAppend(s string) + func (b *FieldBuffer) String() string