Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const RequestHeaderKey + func CreateHttpContext(header http.Header) context.Context + func SetRequestHeadersFromContext(httpContext HttpContext, header http.Header) error + type HttpContext interface + GetHTTPRequestHeaders func() (http.Header, bool) + func NewHttpContextWrapper(ctx context.Context) HttpContext