Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
401
func
(h2f *Framer) writeByte(v byte) { h2f.wbuf = append(h2f.wbuf, v) }
402
403
func
(h2f *Framer) writeBytes(v []byte) { h2f.wbuf = append(h2f.wbuf, v...) }
404
Callers
3
WriteHeaders
Method · 0.95
WritePriority
Method · 0.95
WritePushPromise
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected