Release Notes
Added
- Add support for streaming large HTTP bodies with the new
stream body type #256
Changed
form_multipart fields that consist of a single call to file() will now include the correct Content-Type header and filename field of the Content-Disposition header #582
- Previews of
prompt() will now show the default value if possible
- Recipe ID is now shown in the top-right of the Recipe pane header
Fixed
- Fix
slumber generate curl output for multipart forms with file fields
slumber import insomnia now imports some dynamic expressions. Values chained from other responses now properly import as response()/response_header() calls #164
- Improve TUI performance when handling lots of input events
Install slumber 4.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LucasPickering/slumber/releases/download/v4.1.0/slumber-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/LucasPickering/slumber/releases/download/v4.1.0/slumber-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install LucasPickering/tap/slumber
Download slumber 4.1.0