# Action Dispatch
Action Dispatch 是 Action Pack 的一个模块。
Action Dispatch 解析有关 Web 请求的信息,处理用户定义的路由,并进行与 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::TestHelpers
- 模块 ActionDispatch::TestProcess
- 类 ActionDispatch::AssertionResponse
- 类 ActionDispatch::AssumeSSL
- 类 ActionDispatch::Callbacks
- 类 ActionDispatch::ContentSecurityPolicy
- 类 ActionDispatch::Cookies
- 类 ActionDispatch::DebugExceptions
- 类 ActionDispatch::DebugLocks
- 类 ActionDispatch::ExceptionWrapper
- 类 ActionDispatch::Executor
- 类 ActionDispatch::FileHandler
- 类 ActionDispatch::Flash
- 类 ActionDispatch::HostAuthorization
- 类 ActionDispatch::IntegrationTest
- 类 ActionDispatch::InvalidParameterError
- 类 ActionDispatch::LogSubscriber
- 类 ActionDispatch::MiddlewareStack
- 类 ActionDispatch::MissingController
- 类 ActionDispatch::ParamBuilder
- 类 ActionDispatch::ParamError
- 类 ActionDispatch::ParameterTypeError
- 类 ActionDispatch::ParamsTooDeepError
- 类 ActionDispatch::PermissionsPolicy
- 类 ActionDispatch::PublicExceptions
- 类 ActionDispatch::QueryParser
- 类 ActionDispatch::Reloader
- 类 ActionDispatch::RemoteIp
- 类 ActionDispatch::Request
- 类 ActionDispatch::RequestEncoder
- 类 ActionDispatch::RequestId
- 类 ActionDispatch::Response
- 类 ActionDispatch::SSL
- 类 ActionDispatch::ServerTiming
- 类 ActionDispatch::ShowExceptions
- 类 ActionDispatch::Static
- 类 ActionDispatch::SystemTestCase
- 类 ActionDispatch::TestRequest
- 类 ActionDispatch::TestResponse
方法
包含的模块
实例公共方法
eager_load!() 链接
来源:显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch.rb, line 141 def eager_load! super Routing.eager_load! end