module VCR::Normalizers::Body

def base_body_hash(body)

def base_body_hash(body)
  { 'encoding' => body.encoding.name }
end