0.6.0 • Published 11 months ago
@caido/httpql v0.6.0
HTTPQL
This is the JS parser for the HTTPQL language.
import { deserialize, serialize } from "@caido/httpql";
const parsed = deserialize('req.ext.cont:"HELLO"');
console.log(parsed);
const result = serialize(parsed);
console.log(result);