Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add start and stop callbacks #1913

Merged
merged 10 commits into from
Jul 11, 2023
Prev Previous commit
Next Next commit
Add lifecycle events heading
  • Loading branch information
jevin committed Jun 22, 2023
commit 374b28b1ceb5a50111aa20032bebd94a679b476d
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ pick up if available.
- [Configuration](#configuration)
- [Configuring attack protection](#configuring-attack-protection)
- [Available Settings](#available-settings)
- [Lifecycle Events](#lifecycle-events)
- [Environments](#environments)
- [Error Handling](#error-handling)
- [Not Found](#not-found)
Expand Down Expand Up @@ -2223,6 +2224,8 @@ set :protection, :session => true
</dd>
</dl>

## Lifecycle Events

## Environments

There are three predefined `environments`: `"development"`,
Expand Down