ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.38k stars 158 forks source link

Replace grpc streaming response UI with a console-like message feed #74

Closed Perryvw closed 11 months ago

Perryvw commented 11 months ago

This PR replaces the gRPC streaming response pane for something that is more useful when testing. It also contains some small improvements to how the gRPC state is stored and loaded.

Old response pane: image

New response pane: image

archywillhe commented 11 months ago

this is dope; thanks!