swift-http-structured-headers
swift-http-structured-headers copied to clipboard
[RFC 9651] Add support for Date type to RawStructuredFieldValues
Motivation:
RFC 9651 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.