Versions in this module Expand all Collapse all v1 v1.1.1 Nov 25, 2024 v0 v0.2.21 Nov 25, 2024 Changes in this version + func GetClientIP(req *http.Request) net.IP + type Body struct + func NewBody(r io.ReadCloser, maxRecordSize int) *Body + func (p *Body) Close() error + func (p *Body) Content() []byte + func (p *Body) Length() int64 + func (p *Body) Read(b []byte) (n int, err error)