exvcr v0.8.9 ExVCR.Filter

Provide filters for request/responses.

Summary

Functions

Filter out senstive data from the request header

Filter out senstive data from the request options

Filter out senstive 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 senstive data from the request header.

filter_request_option(option, value)

Filter out senstive data from the request options.

filter_sensitive_data(body)

Filter out senstive 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.