Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewChunkedReader (0.07 sec)

  1. cmd/streaming-signature-v4.go

    // out of HTTP "chunked" format before returning it.
    // The s3ChunkedReader returns io.EOF when the final 0-length chunk is read.
    //
    // NewChunkedReader is not needed by normal applications. The http package
    // automatically decodes chunking when reading response bodies.
    func newSignV4ChunkedReader(req *http.Request, trailer bool) (io.ReadCloser, APIErrorCode) {
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-03-30 00:56
    - 18.2K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg net/http/httputil, func DumpRequestOut(*http.Request, bool) ([]uint8, error)
    pkg net/http/httputil, func DumpResponse(*http.Response, bool) ([]uint8, error)
    pkg net/http/httputil, func NewChunkedReader(io.Reader) io.Reader
    pkg net/http/httputil, func NewChunkedWriter(io.Writer) io.WriteCloser
    pkg net/http/httputil, func NewClientConn(net.Conn, *bufio.Reader) *ClientConn
    Registered: 2025-05-27 11:13
    - Last Modified: 2013-08-14 18:58
    - 1.7M bytes
    - Viewed (0)
Back to top