Versions in this module Expand all Collapse all v1 v1.0.0 Aug 25, 2026 Changes in this version + type Adapter struct + func New(factory *correlation.Factory, options Options) (*Adapter, error) + func (adapter *Adapter) Send(request *http.Request, parent correlation.Values) (correlation.Values, error) + func (adapter *Adapter) Wrap(next http.Handler) http.Handler + type Options = httpcorrelation.Options