https://github.com/reschke/structured-fields
Implementation of RFC 8941 ("Structured Field Values for HTTP")
https://github.com/reschke/structured-fields
field http
Last synced: 5 months ago
JSON representation
Implementation of RFC 8941 ("Structured Field Values for HTTP")
- Host: GitHub
- URL: https://github.com/reschke/structured-fields
- Owner: reschke
- License: apache-2.0
- Created: 2020-05-05T13:13:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-07T17:11:14.000Z (8 months ago)
- Last Synced: 2025-07-11T15:30:46.350Z (7 months ago)
- Topics: field, http
- Language: Java
- Homepage:
- Size: 626 KB
- Stars: 16
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# structured-fields
A parser for the HTTP Structured Fields syntax defined in IETF RFC 9651.
Links:
- https://greenbytes.de/tech/webdav/rfc9651.html
- https://www.rfc-editor.org/rfc/rfc9651.html
- https://github.com/httpwg/structured-header-tests
- API docs: https://reschke.github.io/structured-fields/apidocs/
## Status
This implementation is experimental and makes no promises yet on API stability
(feedback on what might be missing is appreciated).
In the mid-term, this code might transition to the Apache HTTP Components project.
## Maven Coordinates
org.greenbytes.http
structured-fields
0.4
