xiongwilee / Gracejs

A Nodejs BFF framework, build with koa2(基于koa2的标准前后端分离框架)
https://grace.wilee.me
MIT License
1.39k stars 238 forks source link

this.proxy请求 #22

Closed sg513017 closed 7 years ago

sg513017 commented 7 years ago

我要post一串xml给后台服务器,但我发现你的配置项里只支持form啊,header也不能配置

xiongwilee commented 7 years ago

可以在proxy的时候配置:

yield this.proxy('test:test/test',{
conf: {
// 这个配置就是request的配置 , 参考:https://github.com/request/request#requestoptions-callback
}
})