It’s nice that fuel has a curl debug mode. That’s ...
# server
d
It’s nice that fuel has a curl debug mode. That’s the first time I’ve seen that in a stand-alone client library (although we do provide it in the #http4k clients 🤗) - after looking at the docs, I might even be tempted to make a fuel module. (For those that aren’t familiar, this feature means that any http request can be output as a curl string - similar to “copy as curl” in chrome. This is incredibly useful as you can log requests to be replayed later).
👌 1