parroty / exvcr

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

Adds filter_request_headers to default parameters #111

Closed frm closed 7 years ago

frm commented 7 years ago

Setting filter_request_headers on config.exs is currently working and is a nicer alternative to explicitly setting ExVCR.Config.filter_request_headers("X-My-Secret-Token") in the test files.

This PR adds the option to the default config.exs and to the README file.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 92.936% when pulling ee8c4e60379c0b09e49a711f9b49b719fad1dede on fribmendes:master into 5c07f3b951ec0fb549fddfae684e1f24164f0dfc on parroty:master.

parroty commented 7 years ago

Thanks!