Skip to content

Files

Latest commit

 

History

History

http

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

HTTP Grammar

An ANTLR4 grammar for HTTP. This grammar is based on the HTTP/1.1 specification (RFC 7230, RFC 7231) and closely follows the ABNF format.

Currently, the grammar is incomplete and only supports the request line and headers.