MCPcopy Create free account
hub / github.com/imroc/req / chunkedWriter

Struct chunkedWriter

internal/chunked.go:197–199  ·  view source on GitHub ↗

Writing to chunkedWriter translates to writing in HTTP chunked Transfer Encoding wire format to the underlying Wire chunkedWriter.

Source from the content-addressed store, hash-verified

195// Writing to chunkedWriter translates to writing in HTTP chunked Transfer
196// Encoding wire format to the underlying Wire chunkedWriter.
197type chunkedWriter struct {
198 Wire io.Writer
199}
200
201// Write the contents of data as one chunk to Wire.
202// NOTE: Note that the corresponding chunk-writing procedure in Conn.Write has

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected