net/http.http2chunkWriter.Write (method)

one use

	net/http (current package)
		h2_bundle.go#L5937: func (cw http2chunkWriter) Write(p []byte) (n int, err error) { return cw.rws.writeChunk(p) }