Skip to content

Commit

Permalink
Add information about Binder#before_parse to plugins.md (puma#3302)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomurb committed Apr 3, 2024
1 parent e9353b6 commit 7c862e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/plugins.md
Expand Up @@ -36,3 +36,7 @@ object that is useful for additional configuration.

Public methods in [`Puma::Plugin`](../lib/puma/plugin.rb) are treated as a
public API for plugins.

## Binder hooks

There's `Puma::Binder#before_parse` method that allows to add proc to run before the body of `Puma::Binder#parse`.

0 comments on commit 7c862e5

Please sign in to comment.