Method: VCR::Request#headers

Defined in:
lib/vcr/structs.rb

#headersHash{String => Array<String>}

the request headers

Returns:

  • (Hash{String => Array<String>})

    the current value of headers



179
180
181
# File 'lib/vcr/structs.rb', line 179

def headers
  @headers
end