local-ch / lhc

🚀 Advanced HTTP Client for Ruby. Fueled with interceptors.
GNU General Public License v3.0
43 stars 1 forks source link

ignore is the new ignored_errors #177

Closed 10xSebastian closed 4 years ago

10xSebastian commented 4 years ago

ignored_errors has been for a long time being the only option applied to LHC requests which was not following the general, verb-kind-a wording that we use for all the other options and methods, like .get, cache:, retry: etc.

This PR renames the ignored_errors: option to ignore:.

Migration Guide