Release Notes
Added
- Add "View Body" action to response bodies, to open a body in an external viewer such as
less
or fx
#404
Changes
- Preserve key order of objects in JSON responses #405
Fixed
- Fixed
ignore_certificate_hosts
and large_body_size
fields not being loaded from config
- Improve performance of large response bodies #356
- This includes disabling prettyification and syntax highlighting on bodies over 1 MB (this size is configurable, via the
large_body_size
config field)
- Loading a large response body should no longer cause the UI to freeze or low framerate
Install slumber 2.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LucasPickering/slumber/releases/download/v2.3.0/slumber-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/LucasPickering/slumber/releases/download/v2.3.0/slumber-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install LucasPickering/tap/slumber
Download slumber 2.3.0