MCPcopy Create free account
hub / github.com/dgrr/http2 / SetEndStream

Method SetEndStream

data.go:41–43  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

39}
40
41func (data *Data) SetEndStream(value bool) {
42 data.endStream = value
43}
44
45func (data *Data) EndStream() bool {
46 return data.endStream

Callers 7

makeHeadersFunction · 0.45
handleEndRequestMethod · 0.45
WriteMethod · 0.45
ReadFromMethod · 0.45
writeDataMethod · 0.45
writeRequestMethod · 0.45
writeDataFunction · 0.45

Calls

no outgoing calls

Tested by 1

makeHeadersFunction · 0.36