Versions in this module Expand all Collapse all v1 v1.0.2 May 10, 2023 Changes in this version + type Router struct + func NewRouter(opts ...RouterOption) *Router + func WrapRouter(router *mux.Router, opts ...RouterOption) *Router + func (r *Router) ServeHTTP(w http.ResponseWriter, req *http.Request) + func (r *Router) SkipClean(value bool) *Router + func (r *Router) StrictSlash(value bool) *Router + func (r *Router) UseEncodedPath() *Router + type RouterOption func(*routerConfig) + func NoDebugStack() RouterOption + func WithAnalytics(on bool) RouterOption + func WithAnalyticsRate(rate float64) RouterOption + func WithHeaderTags() RouterOption + func WithIgnoreRequest(f func(*http.Request) bool) RouterOption + func WithQueryParams() RouterOption + func WithResourceNamer(namer func(router *Router, req *http.Request) string) RouterOption + func WithServiceName(name string) RouterOption + func WithSpanOptions(opts ...ddtrace.StartSpanOption) RouterOption