# File lib/fog/brightbox/storage/connection.rb, line 49 def request_headers(excon_params) if excon_params.respond_to?(:key?) && excon_params.key?(:headers) authenticated_headers.merge(excon_params[:headers]) else authenticated_headers end end