Versions in this module Expand all Collapse all v0 v0.6.0 Nov 27, 2021 Changes in this version + const ReadBufferSize + const ReadChunkSize + var ErrorInvalidBufferState = errors.New("invalid buffer state") + func IsTextContentType(res es_response.Response) bool + func New(ctx es_context.Context, res *http.Response) es_response.Response + func NewNoResponse(err error) es_response.Response + func NewTransportErrorHttpResponse(err error, res *http.Response) es_response.Response + func NewTransportErrorResponse(err error, res es_response.Response) es_response.Response + func Read(ctx es_context.Context, resBody io.ReadCloser) (es_response.Body, error)