module Acfs::Request::Callbacks

Module containing callback handling for Requests. Current the only callback type is ‘on_complete`:

request = Request.new 'URL'
request.on_complete { |response| ... }