Merge pull request #50330 from skipkayhil/hm-doc-asi-start-request

Document :request in start_processing's payload [ci-skip]
This commit is contained in:
Hartley McGuire 2023-12-11 19:18:04 -05:00 committed by GitHub
commit 486c50ab5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ Within the Ruby on Rails framework, there are a number of hooks provided for com
| ------------- | --------------------------------------------------------- |
| `:controller` | The controller name |
| `:action` | The action |
| `:request` | The [`ActionDispatch::Request`][] object |
| `:params` | Hash of request parameters without any filtered parameter |
| `:headers` | Request headers |
| `:format` | html/js/json/xml etc |