hitt-parser
A HTTP parser with support for some extra features, built for the HTTP testing tool hitt.
Supported features
- 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=valueon a blank line) - Variable usage (
{{ variable_name }})