ActionDispatch::ParamsParser

class ActionDispatch::ParamsParser

Parent:
Object

ActionDispatch::ParamsParser works for all the requests having any Content-Length (like POST). It takes raw data from the request and puts it through the parser that is picked based on Content-Type header.

In case of any error while parsing data ParamsParser::ParseError is raised.

Public Class Methods

new(app, parsers = {}) 登录查看完整内容