module HTTPX::Plugins::Callbacks

  1. lib/httpx/plugins/callbacks.rb

This plugin adds suppoort for callbacks around the request/response lifecycle.

gitlab.com/os85/httpx/-/wikis/Events

Constants

CALLBACKS = %i[ connection_opened connection_closed request_error request_started request_body_chunk request_completed response_started response_body_chunk response_completed ].freeze