What's Changed
- v0.4.0 (0aadeaf)
- feat: Implement line processor mode (--proc) (#55) (2e17567)
- test: replace flaky httpbin.org with reliable Cloudflare trace endpoint (#62) (66d547c)
- docs: add test parallelism guidelines to CLAUDE.md (#61) (e0af884)
- Add SECURITY.md with security disclosure policy (#60) (0e9857a)
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