Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T14:17:42.000Z (12 months ago)
- Last Synced: 2024-01-29T17:03:57.132Z (12 months ago)
- Topics: field, http
- Language: Java
- Homepage:
- Size: 512 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
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 8941.Links:
- https://greenbytes.de/tech/webdav/rfc8941.html
- https://www.rfc-editor.org/rfc/rfc8941.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
![Java CI with Maven](https://github.com/reschke/structured-fields/workflows/Java%20CI%20with%20Maven/badge.svg)