最終更新:2019-06-18 (火) 05:53:09 (1775d)  

Rails/Action Dispatch
Top / Rails / Action Dispatch

Action Dispatch, which parses information about the web request, handles routing as defined by the user, and does advanced processing related to HTTP such as MIME-type negotiation, decoding parameters in POST, PATCH, or PUT bodies, handling HTTP caching logic, cookies and sessions.

リファレンス