Method: HTTPX::Callbacks#on

Defined in:
lib/httpx/callbacks.rb

#on(type, &action) ⇒ Object



5
6
7
8
# File 'lib/httpx/callbacks.rb', line 5

def on(type, &action)
  callbacks(type) << action
  action
end