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

TypeAlias Token

token.go:29–29  ·  view source on GitHub ↗

Token represents a token as defined in https://httpwg.org/specs/rfc9651.html#token. A specific type is used to distinguish tokens from strings.

Source from the content-addressed store, hash-verified

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

Callers 15

TestMarshalTokenFunction · 0.85
TestParseTokenFunction · 0.85
TestMarshalDictionnaryFunction · 0.85
TestUnmarshalDictionaryFunction · 0.85
TestMarshalFunction · 0.85
TestMarshalErrorFunction · 0.85
TestMarshalListFunction · 0.85
TestUnmarshalListFunction · 0.85
TestMarshalItemFunction · 0.85
TestUnmarshalItemFunction · 0.85
TestParseBareItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected