共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > rack-jsonp-middleware |
rack-jsonp-middleware
|
1 | 0 | 54 |
贡献者 | 讨论 | 代码提交 |
A Rack JSONP middleware
This is a customized implementation of a JSONP middleware.
The main difference with the rest of them is that this one will add JSONP support to any of your JSON calls but only when the extension name '.jsonp' is present.
Since 'callback' is a really generic parameter name if someone wants to get a JSONP response they must request it explicitly.
Btw, don't forget to give a try to J50Nπ (a pure JS JSONP helper), they make a lovely couple together :P