hitt-parser

Crates.iohitt-parser
lib.rshitt-parser
version0.0.21
created_at2023-12-23 20:31:00.519361+00
updated_at2025-08-22 22:12:29.344236+00
descriptionParser for http files for the hitt http testing tool
homepagehttps://hitt.mhouge.dk
repositoryhttps://github.com/hougesen/hitt
max_upload_size
id1079277
size75,710
Mads Hougesen (hougesen)

documentation

README

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=value on a blank line)
  • Variable usage ({{ variable_name }})
Commit count: 560

cargo fmt