golang.org/x/net/http2.Framer.WriteContinuation (method)
5 uses
golang.org/x/net/http2 (current package)
frame.go#L1264: func (f *Framer) WriteContinuation(streamID uint32, endHeaders bool, headerBlockFragment []byte) error {
transport.go#L1614: cc.fr.WriteContinuation(streamID, endHeaders, chunk)
write.go#L246: return ctx.Framer().WriteContinuation(w.streamID, lastFrag, frag)
write.go#L295: return ctx.Framer().WriteContinuation(w.streamID, lastFrag, frag)
google.golang.org/grpc/internal/transport
controlbuf.go#L710: err = l.framer.fr.WriteContinuation(
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)