20 releases

Uses new Rust 2024

0.0.20 Jun 10, 2025
0.0.19 Mar 20, 2025
0.0.18 Feb 23, 2025
0.0.16 Oct 2, 2024
0.0.2 Dec 23, 2023

#2074 in Parser implementations

Download history 76/week @ 2025-03-14 67/week @ 2025-03-21 4/week @ 2025-03-28 2/week @ 2025-04-04 1/week @ 2025-05-02 49/week @ 2025-05-09 2/week @ 2025-05-16 107/week @ 2025-06-06 30/week @ 2025-06-13 3/week @ 2025-06-20 5/week @ 2025-06-27

145 downloads per month
Used in 2 crates

MIT license

73KB
2K SLoC

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 }})

Dependencies

~635KB
~10K SLoC