Last updated 5 days ago
A HTTP parser with support for some extra features, built for the HTTP testing tool hitt.
HTTP Method
HTTP URI
HTTP Version
Single line comment (#)
#
Multi line comment
Multiple requests in single file (### on a blank line between each request)
###
Variable declaration (@variable_name=value on a blank line)
@variable_name=value
Variable usage ({{ variable_name }})
{{ variable_name }}