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

Method writeByte

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

Source from the content-addressed store, hash-verified

399}
400
401func (h2f *Framer) writeByte(v byte) { h2f.wbuf = append(h2f.wbuf, v) }
402
403func (h2f *Framer) writeBytes(v []byte) { h2f.wbuf = append(h2f.wbuf, v...) }
404

Callers 3

WriteHeadersMethod · 0.95
WritePriorityMethod · 0.95
WritePushPromiseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected