MCPcopy
hub / github.com/valyala/fasthttp / AddBytesK

Method AddBytesK

args.go:208–210  ·  view source on GitHub ↗

AddBytesK adds 'key=value' argument. Multiple values for the same key may be added.

(key []byte, value string)

Source from the content-addressed store, hash-verified

206//
207// Multiple values for the same key may be added.
208func (a *Args) AddBytesK(key []byte, value string) {
209 a.args = appendArg(a.args, b2s(key), value, argsHasValue)
210}
211
212// AddBytesV adds 'key=value' argument.
213//

Callers

nothing calls this directly

Calls 2

appendArgFunction · 0.85
b2sFunction · 0.70

Tested by

no test coverage detected