说明:阿哥
可扩展的异步HTTP反向代理和原始服务器。
例子
添加跨域资源共享
设置服务器:
var argo = require ( 'argo' ) ;
argo ( )
. use ( function ( handle ) {
handle ( 'response' , function ( env , next ) {
env . response . setHeader ( 'Access-Control-Allow-Origin' , '*' ) ;
<weixin_42116604> 上传 | 大小:29kb