What's Changed
- v0.4.1 (9d0e644)
- perf: optimize V8 engine by eliminating redundant instantiation (#70) (179633b)
- Update docs (18cb207)
- README: simplify features (064058b)
- docs: add "static" whitelist example to shell (#67) (f7e1475)
- docs: Add common JavaScript rule patterns (#66) (dfd6b19)
- perf: use pre-built nextest binaries in CI (#64) (b0dac54)
- docs: Fix Line Processor response format documentation (#65) (bf70cac)
- docs: Add mdBook documentation framework (#63) (a959978)
Installation
Download the appropriate tarball for your platform, extract it, and place the binary in your PATH:
tar xzf httpjail-*.tar.gz
sudo mv httpjail-*/httpjail /usr/local/bin/
# on macOS, you may need to run:
# xattr -d com.apple.quarantine httpjail-*/httpjail
# before the system allows you execute it.
Or install from crates.io:
cargo install httpjail