in lib/elastic/transport/transport/http/manticore.rb [64:75]
def initialize(arguments = {}, &block)
@request_options = {
headers: (
arguments.dig(:transport_options, :headers) ||
arguments.dig(:options, :transport_options, :headers) ||
{}
)
}
@manticore = build_client(arguments[:options] || {})
super(arguments, &block)
end