MCPcopy Create free account
hub / github.com/dgrr/http2 / SetPadding

Method SetPadding

data.go:65–67  ·  view source on GitHub ↗

SetPadding sets hasPaddingding to the data if true. If false the data won't be hasPaddingded.

(value bool)

Source from the content-addressed store, hash-verified

63
64// SetPadding sets hasPaddingding to the data if true. If false the data won't be hasPaddingded.
65func (data *Data) SetPadding(value bool) {
66 data.hasPadding = value
67}
68
69// Append appends b to data.
70func (data *Data) Append(b []byte) {

Callers 6

makeHeadersFunction · 0.45
WriteMethod · 0.45
ReadFromMethod · 0.45
writeDataMethod · 0.45
writeRequestMethod · 0.45
writeDataFunction · 0.45

Calls

no outgoing calls

Tested by 1

makeHeadersFunction · 0.36