RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in