Module: Ethon::Easy::Http
- Defined in:
- lib/http_event_logger/adapter/ethon.rb
Instance Method Summary collapse
Instance Method Details
#http_request_with_logging(url, action_name, options = {}) ⇒ Object
7 8 9 10 |
# File 'lib/http_event_logger/adapter/ethon.rb', line 7 def http_request_with_logging(url, action_name, ={}) create_request_event(url, action_name, ) http_request_without_logging(url, action_name, ) end |