Module: Sniffer::Adapters::EthonAdapter::Http::Prepend

Includes:
Sniffer::Adapters::EthonAdapter::Http
Defined in:
lib/sniffer/adapters/ethon_adapter.rb

Overview

Only used when prepending, see all_prepend.rb

Instance Method Summary collapse

Methods included from Sniffer::Adapters::EthonAdapter::Http

#http_request_with_sniffer

Instance Method Details

#http_request(url, action_name, options = {}) ⇒ Object



36
37
38
39
40
# File 'lib/sniffer/adapters/ethon_adapter.rb', line 36

def http_request(url, action_name, options = {})
  make_sniffer_request(url, action_name, options)

  super(url, action_name, options)
end