Versions in this module Expand all Collapse all v0 v0.4.0 Mar 7, 2018 Changes in this version type HTTPFormat + func (f *HTTPFormat) SpanContextFromRequest(req *http.Request) (sc trace.SpanContext, ok bool) + func (f *HTTPFormat) SpanContextToRequest(sc trace.SpanContext, req *http.Request) v0.3.0 Feb 12, 2018 Changes in this version + type HTTPFormat struct + func (f *HTTPFormat) FromRequest(req *http.Request) (sc trace.SpanContext, ok bool) + func (f *HTTPFormat) ToRequest(sc trace.SpanContext, req *http.Request)