MCPcopy Create free account
hub / github.com/WICG/webpackage / ParameterisedIdentifier

Struct ParameterisedIdentifier

go/signedexchange/structuredheader/parser.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19// https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-09#section-3.4
20type ParameterisedList []ParameterisedIdentifier
21type ParameterisedIdentifier struct {
22 Label Token
23 Params Parameters
24}
25type Parameters map[Key]Item
26
27// Item is one of these:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected