Versions in this module Expand all Collapse all v1 v1.1.8 Dec 4, 2022 v1.1.7 Nov 26, 2022 Changes in this version + func WithRequestInfo(parent context.Context, info *RequestInfo) context.Context + func WithValue(parent context.Context, key interface{}, val interface{}) context.Context + type RequestInfo struct + func RequestInfoFrom(ctx context.Context) (*RequestInfo, bool) + type RequestInfoResolver interface + NewRequestInfo func(req *http.Request) (*RequestInfo, error)