对某些操作禁用 Rails 中间件,但不是全部
对于某些请求,ActionDispatch::ParamsParser 似乎相当慢,特别是当存在较大的 JSON 请求正文时。我想针对这些请求禁用它,但对于我的大多数应用程序来说它效果很好。有没有一种方便的方法来禁用 ParamsParser 的某些操作,而不将其完全从中间件堆栈中删除?这是使用 Rails 3.0.9。
It seems that ActionDispatch::ParamsParser is quite slow for some requests, in particular when there is a large JSON request body. I'd like to disable it for these requests, but for most of my application it works great. Is there a convenient way to disable the ParamsParser for some actions without removing it from the middleware stack entirely? This is using Rails 3.0.9.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论