Earlier quoted context omitted.
gRPC has been a pain (customization of the generated clients, automation testing, even usual testing). I haven't heard of Ezy (used BloomRPC, insomnia, and another client, all of them were an incomplete solution). I will be sure to check Ezy next time I have to use gRPC. Some of the features I couldnt find on the gRPC apps I tried were: 1) the ability to have complete information about the request and the response, a…
> the ability to have complete information about the request and the response Can you describe what information you want to see? > the ability to automate (run the requests without a GUI) Yeah, this is my goal - I want to add tests support to ezy with ability to run them on CI/CD
Everything there could be (of course maybe in a separate expander). I needed the request/response headers, but maybe somebody could need something even more up the stack (ex. if the connexion was reused or a new one was created).
Also don't know if this is already implemented, but I think the option to generate a curl command for the request should be possible, since curl supports http2.