StructuredFieldValue represents a List, a Dictionary or an Item.
| 25 | |
| 26 | // StructuredFieldValue represents a List, a Dictionary or an Item. |
| 27 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…