Names retrieves the list of parameter names in the appropriate order.
()
| 71 | |
| 72 | // Names retrieves the list of parameter names in the appropriate order. |
| 73 | func (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. |
no outgoing calls