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

Method Read

internal/http2/transport.go:3178–3178  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

3176func (missingBody) Close() error { return nil }
3177
3178func (missingBody) Read([]byte) (int, error) { return 0, io.ErrUnexpectedEOF }
3179
3180func strSliceContains(ss []string, s string) bool {
3181 for _, v := range ss {

Callers 3

writeRequestBodyMethod · 0.45
ReadMethod · 0.45
PingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected