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

Struct InnerList

innerlist.go:13–16  ·  view source on GitHub ↗

InnerList represents an inner list as defined in https://httpwg.org/specs/rfc9651.html#inner-list.

Source from the content-addressed store, hash-verified

11// InnerList represents an inner list as defined in
12// https://httpwg.org/specs/rfc9651.html#inner-list.
13type InnerList struct {
14 Items []Item
15 Params *Params
16}
17
18func (il InnerList) member() {
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected