Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 837 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 837 Bytes

structured-fields

A parser for the HTTP Structured Fields syntax defined in IETF RFC 8941.

Links:

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

<dependency>
  <groupId>org.greenbytes.http</groupId>
  <artifactId>structured-fields</artifactId>
  <version>0.4</version>
</dependency>

Java CI with Maven