Token represents a token as defined in https://httpwg.org/specs/rfc9651.html#token. A specific type is used to distinguish tokens from strings.
| 27 | // https://httpwg.org/specs/rfc9651.html#token. |
| 28 | // A specific type is used to distinguish tokens from strings. |
| 29 | type Token string |
| 30 | |
| 31 | // marshalSFV serializes as defined in |
| 32 | // https://httpwg.org/specs/rfc9651.html#ser-token. |
no outgoing calls
no test coverage detected