Mindaugas Vaitiekūnas

Results 1 comments of Mindaugas Vaitiekūnas

There's also [HTTP Client CLI from JetBrains](https://blog.jetbrains.com/idea/2022/12/http-client-cli-run-requests-and-tests-on-ci/), which supports the same format. Here's the command I use to run requests from CLI: ```sh docker run --rm -t -v \ .:/workdir...