Versions in this module Expand all Collapse all v1 v1.0.0 Nov 1, 2024 Changes in this version + type ContextRouter struct + func NewWithContext(opts ...RouterOption) *ContextRouter + func (r *ContextRouter) ServeHTTP(w http.ResponseWriter, req *http.Request) + type Router struct + func New(opts ...RouterOption) *Router + func (r *Router) ServeHTTP(w http.ResponseWriter, req *http.Request) + type RouterOption func(*routerConfig) + func WithResourceNamer(...) RouterOption + func WithServiceName(name string) RouterOption + func WithSpanOptions(opts ...ddtrace.StartSpanOption) RouterOption