Versions in this module Expand all Collapse all v1 v1.1.0 May 12, 2026 v1.0.13 May 12, 2026 Changes in this version + const DefaultMaxSize + func FormatJSON(_ context.Context, v any) string + func HTTP() func(http.Handler) http.Handler + func LogPayloads(opts ...LogPayloadsOption) func(loom.Endpoint) loom.Endpoint + func MountDebugLogEnabler(mux Muxer, opts ...DebugLogEnablerOption) + func MountPprofHandlers(mux Muxer, opts ...PprofOption) + func StreamServerInterceptor() grpc.StreamServerInterceptor + func UnaryServerInterceptor() grpc.UnaryServerInterceptor + type DebugLogEnablerOption func(*dleOptions) + func WithOffValue(offval string) DebugLogEnablerOption + func WithOnValue(onval string) DebugLogEnablerOption + func WithPath(path string) DebugLogEnablerOption + func WithQuery(query string) DebugLogEnablerOption + type FormatFunc func(context.Context, any) string + type LogPayloadsOption func(*lpOptions) + func WithClient() LogPayloadsOption + func WithFormat(fn FormatFunc) LogPayloadsOption + func WithMaxSize(n int) LogPayloadsOption + type Muxer interface + Handle func(pattern string, handler http.Handler) + HandleFunc func(pattern string, handler func(http.ResponseWriter, *http.Request)) + func Adapt(m loomhttp.Muxer) Muxer + type PprofOption func(*pprofOptions) + func WithPrefix(prefix string) PprofOption