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

Method StreamEnded

internal/http2/frame.go:1447–1447  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1445
1446type streamEnder interface {
1447 StreamEnded() bool
1448}
1449
1450type headersEnder interface {

Callers 5

processHeadersMethod · 0.65
handleResponseMethod · 0.65
processTrailersMethod · 0.65
processDataMethod · 0.65
TestFramerWriteReadDataFunction · 0.65

Implementers 2

DataFrameinternal/http2/frame.go
HeadersFrameinternal/http2/frame.go

Calls

no outgoing calls

Tested by 1

TestFramerWriteReadDataFunction · 0.52