5 6 7 8
# File 'lib/httpx/callbacks.rb', line 5 def on(type, &action) callbacks(type) << action action end