type net/http.bodyEOFSignal
6 uses
net/http (current package)
transport.go#L2163: body := &bodyEOFSignal{
transport.go#L2742: type bodyEOFSignal struct {
transport.go#L2753: func (es *bodyEOFSignal) Read(p []byte) (n int, err error) {
transport.go#L2776: func (es *bodyEOFSignal) Close() error {
transport.go#L2791: func (es *bodyEOFSignal) condfn(err error) error {
transport.go#L2804: body *bodyEOFSignal // underlying HTTP/1 response body framing
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)