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

Interface StructuredFieldValue

encode.go:27–29  ·  view source on GitHub ↗

StructuredFieldValue represents a List, a Dictionary or an Item.

Source from the content-addressed store, hash-verified

25
26// StructuredFieldValue represents a List, a Dictionary or an Item.
27type StructuredFieldValue interface {
28 marshaler
29}
30
31// Marshal returns the HTTP Structured Value serialization of v
32// as defined in https://httpwg.org/specs/rfc9651.html#text-serialize.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…