arturobernalg opened a new pull request, #693: URL: https://github.com/apache/httpcomponents-core/pull/693
Adds Structured Field Values ([RFC 9651](https://www.rfc-editor.org/info/rfc9651/)) support under `org.apache.hc.core5.http.structured`: a strict single-pass parser, a canonical `serializer`, and an immutable value model covering Items, Lists, Dictionaries, parameters and inner lists, and all eight bare-item types (Integer, Decimal, String, Token, Byte Sequence, Boolean, Date, Display String). `StructuredFieldHeaders` integrates it with message headers. Values are validated and normalized on construction, so serialization is total and round-trips are canonical. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
