module VCR::Normalizers::Header

Constants

HEADERS_TO_SKIP

These headers get added by the various HTTP clients automatically, and we don't care about them. We store the headers for the purposes of request matching, and we only care to match on headers users explicitly set.

Public Class Methods

new(*args) click to toggle source
# File lib/vcr/structs/normalizers/header.rb, line 15
def initialize(*args)
  super
  normalize_headers
end