mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
called when a circuit is open. ```ruby HTTPX.plugin(:circuit_breaker).on_circuit_open do |req| # ... do smth end
called when a circuit is open. ```ruby HTTPX.plugin(:circuit_breaker).on_circuit_open do |req| # ... do smth end