Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ReadCloserWithHeader ¶
func ReadCloserWithHeader(rc io.ReadCloser, header http.Header) io.ReadCloser
Types ¶
type Request ¶
type Request interface {
Context() context.Context
Underlying() *http.Request
Method() string
Path() string
PathParam(string) string
Header() http.Header
HeaderValue(string) string
HeaderValues(string) []string
Query() string
QueryValue(string) string
QueryValues(string) []string
Cookies() []*http.Cookie
CookieValue(string) string
CookieValues(string) []string
ValueIn(string, string) string
ValuesIn(string, string) []string
Body() io.ReadCloser
}
type WithHeaderReadCloser ¶
type WithHeaderReadCloser struct {
io.ReadCloser
// contains filtered or unexported fields
}
func (*WithHeaderReadCloser) Header ¶
func (b *WithHeaderReadCloser) Header() http.Header
Click to show internal directories.
Click to hide internal directories.