> For the complete documentation index, see [llms.txt](https://hitt.mhouge.dk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hitt.mhouge.dk/hitt-parser.md).

# hitt-parser

[![](https://img.shields.io/crates/v/hitt-parser.svg)](https://crates.io/crates/hitt-parser)

A HTTP parser with support for some extra features, built for the HTTP testing tool [hitt](https://github.com/hougesen/hitt).

## Supported features

* [x] HTTP Method
* [x] HTTP URI
* [x] HTTP Version
* [x] Single line comment (`#`)
* [ ] Multi line comment
* [x] Multiple requests in single file (`###` on a blank line between each request)
* [x] Variable declaration (`@variable_name=value` on a blank line)
* [x] Variable usage (`{{ variable_name }}`)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hitt.mhouge.dk/hitt-parser.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
