Action Dispatch
Action Dispatch 是 Action Pack 的模組。
Action Dispatch 會分析網路要求的資訊,處理使用者定義的路由,並執行與 HTTP 相關的進階處理,例如 MIME 型態協商、解碼 POST、PATCH 或 PUT 主體中的參數、處理 HTTP 快取邏輯、Cookie 和工作階段。
命名空間
- 模組 ActionDispatch::Assertions
- 模組 ActionDispatch::Constants
- 模組 ActionDispatch::Http
- 模組 ActionDispatch::Integration
- 模組 ActionDispatch::Journey
- 模組 ActionDispatch::RequestCookieMethods
- 模組 ActionDispatch::Routing
- 模組 ActionDispatch::Session
- 模組 ActionDispatch::SystemTesting
- 模組 ActionDispatch::TestProcess
- 類別 ActionDispatch::AssertionResponse
- 類別 ActionDispatch::AssumeSSL
- 類別 ActionDispatch::Callbacks
- 類別 ActionDispatch::ContentSecurityPolicy
- 類別 ActionDispatch::Cookies
- 類別 ActionDispatch::DebugExceptions
- 類別 ActionDispatch::DebugLocks
- 類別 ActionDispatch::DeprecatedIllegalStateError
- 類別 ActionDispatch::ExceptionWrapper
- 類別 ActionDispatch::Executor
- 類別 ActionDispatch::FileHandler
- 類別 ActionDispatch::Flash
- 類別 ActionDispatch::HostAuthorization
- 類別 ActionDispatch::IntegrationTest
- 類別 ActionDispatch::LogSubscriber
- 類別 ActionDispatch::MiddlewareStack
- 類別 ActionDispatch::MissingController
- 類別 ActionDispatch::PermissionsPolicy
- 類別 ActionDispatch::PublicExceptions
- 類別 ActionDispatch::Reloader
- 類別 ActionDispatch::RemoteIp
- 類別 ActionDispatch::Request
- 類別 ActionDispatch::RequestEncoder
- 類別 ActionDispatch::RequestId
- 類別 ActionDispatch::Response
- 類別 ActionDispatch::SSL
- 類別 ActionDispatch::ServerTiming
- CLASS ActionDispatch::ShowExceptions
- CLASS ActionDispatch::Static
- CLASS ActionDispatch::SystemTestCase
- CLASS ActionDispatch::TestRequest
- CLASS ActionDispatch::TestResponse
方法
包含的模組
執行個體公開方法
eager_load!() 連結
來源:顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch.rb, line 141 def eager_load! super Routing.eager_load! end