Simple and opinionated HTTP scripting language for API testing
Simple and opinionated HTTP scripting language
req$ req https://api.example.com/users$ req POST https://api.example.com/users -H 'Content-Type: application/json' -d '{"name":"John"}'$ req script.req