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

Method CancelRead

internal/http3/stream.go:24–24  ·  view source on GitHub ↗
(quic.StreamErrorCode)

Source from the content-addressed store, hash-verified

22type datagramStream interface {
23 io.ReadWriteCloser
24 CancelRead(quic.StreamErrorCode)
25 CancelWrite(quic.StreamErrorCode)
26 StreamID() quic.StreamID
27 Context() context.Context

Callers 9

CancelReadMethod · 0.65
CancelReadMethod · 0.65
ReadResponseMethod · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
roundTripMethod · 0.65
doRequestMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected