puma_after_reply - an ability to work with "rack.after_reply" hook
puma_after_reply - a new gem that provides an ability to work with Puma’s/Rack’s “rack.after_reply” feature in threaded and non-threaded way with a support for before/after/on_error hooks for each custom reply.
Spend less time processing a client request and give a response to the client faster, indicating to the puma's worker what needs to be done after the response. Enjoy! :)
For better understanding how it works check the following docs: https://github.com/0exp/puma_after_reply?tab=readme-ov-file#algorithm
Post a comment