jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
769 stars 36 forks source link

Chunking when fetching response from streaming API #212

Open Menziess opened 3 years ago

Menziess commented 3 years ago

Hi,

When entering http://stream.meetup.com/2/rsvps in the url bar and pressing "send", the app will wait until the response is fully received. It would be nice if Nightingale had a streaming option similar to httpie's (as an example).

Great work, keep it going!