This repository was archived by the owner on Apr 7, 2026. It is now read-only.
v0.4.1 - Dev Server Fixes
What's Changed
Fixed
probar serve Directory Index Support (Issue #1)
- Fixed directory paths returning HTTP 500 "Is a directory" error
- Now properly serves
index.htmlfor both/dir/and/dirpaths - Returns 404 with helpful message for directories without
index.html
probar serve Gzip Compression (Issue #2)
- Added automatic gzip compression for all responses
- Reduces WASM transfer sizes by 36-46%
- Uses
tower-httpCompressionLayerfor efficient streaming compression
Changed
- Server banner now displays "Gzip: enabled (auto-compression)"
- Normalized path handling (trailing slashes no longer cause errors)
Installation
cargo install probadorOr update:
cargo install probador --force