Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 1.91 KB

README.md

File metadata and controls

70 lines (46 loc) · 1.91 KB

HTTP Field Parser for Java

This is a collection of parsers for HTTP field values, written using ANTLR4.

Currently, this library contains parsers for the following:

License

Apache License, Version 2.0

Maven

<dependency>
    <groupId>com.authlete.http</groupId>
    <artifactId>http-field-parser</artifactId>
    <version>${http-field-parser.version}</version>
</dependency>

Check the CHANGES.md file to know the latest version.

Source Code

https://github.com/authlete/http-field-parser

JavaDoc

https://authlete.github.io/http-field-parser

Standard Specifications

The following is a non-exhaustive list of standard specifications related to this library.

IETF RFC

Note

If the src/main/antlr4/com/authlete/http/antlr/*.g4 files are modified, the following command must be executed to regenerate the corresponding Java source files.

mvn antlr4:antlr4

Contact

Authlete Contact Form: https://www.authlete.com/contact/