httpql

Crates.iohttpql
lib.rshttpql
version0.6.1
sourcesrc
created_at2024-02-19 20:56:46.588058
updated_at2024-11-06 18:18:24.578161
descriptionParser for the HTTPQL language
homepage
repositoryhttps://github.com/caido/httpql
max_upload_size
id1145659
size32,161
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