# File lib/typhoeus/response.rb, line 44
    def headers
      @headers ||= @headers_hash ? construct_header_string : ''
    end