Versions in this module Expand all Collapse all v0 v0.0.1 Jun 25, 2026 Changes in this version + var Carry = contextx.Carry[tCtxRequestInfo, Request] + var Extract = contextx.From[tCtxRequestInfo, Request] + var Must = contextx.Must[tCtxRequestInfo, Request] + var With = contextx.With[tCtxRequestInfo, Request] + func ReadCloserWithHeader(rc io.ReadCloser, header http.Header) io.ReadCloser + type Request interface + Body func() io.ReadCloser + Context func() context.Context + CookieValue func(string) string + CookieValues func(string) []string + Cookies func() []*http.Cookie + Header func() http.Header + HeaderValue func(string) string + HeaderValues func(string) []string + Method func() string + Path func() string + PathParam func(string) string + Query func() string + QueryValue func(string) string + QueryValues func(string) []string + Underlying func() *http.Request + ValueIn func(string, string) string + ValuesIn func(string, string) []string + func From(r *http.Request) Request + type WithHeaderReadCloser struct + func (b *WithHeaderReadCloser) Header() http.Header