Method: DHC::Throttle#before_request

Defined in:
lib/dhc/interceptors/throttle.rb

#before_requestObject



22
23
24
25
# File 'lib/dhc/interceptors/throttle.rb', line 22

def before_request
  return unless options
  break! if break?
end