API testing tool which sucks less
github.com
API testing tool which sucks less
1–4 of 4 posts
Re: API testing tool which sucks less
#2But HTTP is still plaintext. And even though HTTP 2 and 3 are not plaintext, they are still can be expressed as one (most of the times).
So I returned the plaintext back, just wrapped the curl and called it hxxp. The most similar program to hxxp is hurl, but hxxp is much simpler and much more straightforward, with regular shell interpolation and no testing framework inside. Just write the HTTP request and execute it, that's it.
echo "GET https://example.com/ HTTP/1.1" | hxxp -
Re: API testing tool which sucks less
#3Re: API testing tool which sucks less
#4The comparison section seems to be lacking even the most cursory search for alternative API testing tools. It features insomnia but somehow fails to list postman or bruno. Tools like httpyac in particular or .http files in general are conspicuously missing. Not very informative.