swift-http-structured-headers
swift-http-structured-headers copied to clipboard
A Swift implementation of the HTTP Structured Header Field specification.
As mentioned in the [announcement thread](https://forums.swift.org/t/introducing-swift-http-structured-headers/44041/5), if users are intended to start with the higher level module, `CodableStructuredHeaders`, shouldn't it get the better module name? This increases discoverability (users don't...
Motivation: A representation of the raw, unparsed structured field value (Structured Field Values for HTTP, draft-ietf-httpbis-header-structure-latest). Lists, Dictionaries and Strings can have their members split across multiple lines inside a...
Motivation: [RFC 9651](https://www.ietf.org/rfc/rfc9651.html) added the Date Structured Type. Modifications: - Implement the parser and serializer for Date in the RawStructuredFieldValues module. Result: The RawStructuredFieldValues module will support the Date type.