by nbrempel on 2/19/25, 8:52 PM with 21 comments
by robinhood on 2/20/25, 3:55 AM
by literallyroy on 2/25/25, 3:36 PM
by rrgok on 2/20/25, 3:29 PM
It is not difficult to make HTTP request, there is no need to pay a client to save those requests. What I would gladly pay is a client that makes those requests testable and repeatable in an ergonomic way. HURL come close, but its testing language is quite limited and disappointing.
I'm sorry for being harsh, but the goal should not be making HTTP requests easy. The goal should be making HTTP requests easily testable in an automatic way. That's why I still use Laravel Guzzle, I write requests and test them in programmatic way with a proper testing framework.
by gschier on 2/20/25, 1:01 AM
by LorenzoGood on 2/20/25, 6:30 AM