ducaale / xh

Friendly and fast tool for sending HTTP requests
MIT License
5.49k stars 96 forks source link

Use `--no-stream` to disable response streaming #363

Closed ducaale closed 5 months ago

ducaale commented 5 months ago

Inspired by the --check-status/--no-check-status flags, instead of a --stream option accepting a boolean value, we will have --stream/--no-stream to allow the user to opt in or out of response streaming.