MCPcopy Index your code
hub / github.com/dunglas/httpsfv / Names

Method Names

params.go:73–75  ·  view source on GitHub ↗

Names retrieves the list of parameter names in the appropriate order.

()

Source from the content-addressed store, hash-verified

71
72// Names retrieves the list of parameter names in the appropriate order.
73func (p *Params) Names() []string {
74 return p.names
75}
76
77// marshalSFV serializes as defined in
78// https://httpwg.org/specs/rfc9651.html#ser-params.

Callers 1

TestMarshalParametersFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestMarshalParametersFunction · 0.76