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

Method Close

http.go:65–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64func (noBody) Read([]byte) (int, error) { return 0, io.EOF }
65func (noBody) Close() error { return nil }
66func (noBody) WriteTo(io.Writer) (int64, error) { return 0, nil }
67
68var (

Callers 11

mergeFileMethod · 0.45
closeBodyFunction · 0.45
closeRequestBodyFunction · 0.45
clonerFunction · 0.45
closeqFunction · 0.45
writeMultipartFormFileFunction · 0.45
writeMultiPartFunction · 0.45
handleMultiPartFunction · 0.45
handleDownloadFunction · 0.45
ToBytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected