parroty / exvcr

HTTP request/response recording library for elixir, inspired by VCR.
MIT License
722 stars 132 forks source link

Ignored_hosts option #76

Open opsb opened 7 years ago

opsb commented 7 years ago

The original VCR has an ignore_hosts option, any requests made to those hosts will bypass VCR completely. Is there an equivalent option or workaround that could be used to achieve the same?