Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBodyReader ¶
func NewHTTPRequestsParser ¶
Types ¶
type ChunkedBodyParser ¶ added in v0.5.0
type ChunkedBodyParser interface {
Parse(data []byte, trailer bool) (chunk, extra []byte, err error)
}
func NewChunkedBodyParser ¶ added in v0.5.0
func NewChunkedBodyParser(settings settings.Body) ChunkedBodyParser
Click to show internal directories.
Click to hide internal directories.