Req — A batteries-included HTTP client for Elixir

I’d like to avoid doing that if possible but if it is the only option then fine.

Thank you :slight_smile:

The library is great.
Probably the only thing I’m very skeptical about is enabled retries by default.

1 Like

The default is :safe_transient, safe meaning only GET or HEAD, transient meaning network errors, 408/500/503/etc. Trivial to turn off though!

4 Likes