Changelog¶
2026.09.08¶
Require callbacks returned by
delayed_responses_callbackto be invoked byresponsesrather than directly with an ordinaryrequests.PreparedRequest.Use a local protocol for
responsescallback requests, allowing direct access toreq_kwargswhile the public upstream type is pending.
2026.09.07¶
Initial release:
delayed_responses_callback,delayed_httpx_handleranddelayed_httpx2_handler.