Hacker News new | ask | show | jobs
by notmedia 1287 days ago
> 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

1 comments

>Can you describe what information you want to see?

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.