class Graphlient::Adapters::HTTP::Adapter

def http_options

def http_options
  return {} unless options
  options[:http_options] || {}
end