Documentation
¶
Overview ¶
Package seekable ... This package provide a method to read and replace http.Request's body.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoBody = errors.New("no body")
ErrNoBody no request body
View Source
var ErrTooLargeBody = errors.New("too large body")
ErrTooLargeBody request too large
View Source
var MaxBodyLength int64 = 16 * 1024 * 1024
MaxBodyLength max body length
Functions ¶
Types ¶
type ReadCloser ¶
ReadCloser seekable closer
Click to show internal directories.
Click to hide internal directories.