httpql

Crates.iohttpql
lib.rshttpql
version0.8.0
created_at2024-02-19 20:56:46.588058+00
updated_at2025-11-10 19:38:17.456597+00
descriptionParser for the HTTPQL language
homepage
repositoryhttps://github.com/caido/httpql
max_upload_size
id1145659
size44,777
Caido Bot (caidobot)

documentation

README

HTTPQL

github crates.io

This is the Rust parser for the HTTPQL language.

use httpql::HTTPQL;

pub fn main() {
  let query = HTTPQL::parse(r"req.ext.cont:"HELLO"").unwrap();
  println("Query is {}", query);
}
Commit count: 83

cargo fmt