httpql

Crates.iohttpql
lib.rshttpql
version0.5.1
sourcesrc
created_at2024-02-19 20:56:46.588058
updated_at2024-07-04 14:40:13.18843
descriptionParser for the HTTPQL language
homepage
repositoryhttps://github.com/caido/httpql
max_upload_size
id1145659
size31,353
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: 81

cargo fmt