MCPcopy Index your code
hub / github.com/imroc/req / Write

Method Write

internal/bisect/bisect.go:490–490  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

488// It is duplicated here to avoid importing io.
489type Writer interface {
490 Write([]byte) (int, error)
491}
492
493// PrintMarker prints to w a one-line report containing only the marker for h.

Callers 15

gzipDataFunction · 0.95
deflateDataFunction · 0.95
convertHeaderToStringFunction · 0.65
handlePostFunction · 0.65
handleGetUserProfileFunction · 0.65
handleSearchFunction · 0.65
handleGetFunction · 0.65
WriteStringMethod · 0.65
dialConnMethod · 0.65
WriteMethod · 0.65
writeMultipartFormFileFunction · 0.65
WriteMethod · 0.65

Implementers 15

persistConnWritertransport.go
callbackWritermiddleware.go
bufioFlushWritertransfer.go
chunkedWriterinternal/chunked.go
dumpRequestBodyWriteCloserinternal/dump/dump.go
dumpRequestHeaderWriterinternal/dump/dump.go
dumpRequestBodyWriterinternal/dump/dump.go
stickyErrWriterinternal/http2/transport.go
dataBufferinternal/http2/databuffer.go
pipeinternal/http2/pipe.go
stateTrackingStreaminternal/http3/state_tracking_stream.g
Streaminternal/http3/stream.go

Calls

no outgoing calls

Tested by 14

gzipDataFunction · 0.76
deflateDataFunction · 0.76
handlePostFunction · 0.52
handleGetUserProfileFunction · 0.52
handleSearchFunction · 0.52
handleGetFunction · 0.52
TestChunkFunction · 0.52
TestChunkReadMultipleFunction · 0.52
TestChunkReaderAllocsFunction · 0.52
TestChunkReadPartialFunction · 0.52
NoAuthRequiredFunction · 0.52
NoProxyRequiredFunction · 0.52