Versions in this module Expand all Collapse all v0 v0.2.0 Jan 30, 2018 Changes in this version + func NewHandler(base http.Handler, format ...propagation.HTTPFormat) http.Handler + type Transport struct + Base http.RoundTripper + Formats []propagation.HTTPFormat + func NewTransport(format ...propagation.HTTPFormat) *Transport + func (t *Transport) CancelRequest(req *http.Request) + func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error)