ExVCR.Filter (exvcr v0.17.1)

View Source

Provide filters for request/responses.

Summary

Functions

Filter out sensitive data from the request header.

Filter out sensitive data from the request options.

Filter out sensitive data from the response.

Filter out query params from the url.

Removes the headers listed in the response headers blacklist from the headers

Remove query params from the specified url.

Functions

filter_request_header(header, value)

Filter out sensitive data from the request header.

filter_request_option(option, value)

Filter out sensitive data from the request options.

filter_sensitive_data(body)

Filter out sensitive data from the response.

filter_url_params(url)

Filter out query params from the url.

remove_blacklisted_headers(headers)

Removes the headers listed in the response headers blacklist from the headers

strip_query_params(url)

Remove query params from the specified url.