Skip to content

Implementation of RFC 8941 ("Structured Field Values for HTTP")

License

Notifications You must be signed in to change notification settings

reschke/structured-fields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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