Module VCR::Normalizers::Header
In: lib/vcr/structs/normalizers/header.rb

Methods

new  

Constants

HEADERS_TO_SKIP = { 'connection' => %w[ close Keep-Alive ], 'accept' => %w[ */* ], 'expect' => [''], 'user-agent' => ["Typhoeus - http://github.com/dbalatero/typhoeus/tree/master", 'Ruby']   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

[Validate]