We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无论是您的koa2-proxy-middleware 还是其他的koa-proxies等等,bodyParser是需要消费api发过来的post数据,并且将它解析成json并存在ctx.request.body 内,如果proxy 放在bodyParser后,转发的数据已被bodyParser接受,所以proxy一直发送不出去,以超时后 失败结束。
The text was updated successfully, but these errors were encountered:
哇,我们是同事 竟然。
Sorry, something went wrong.
@guguji5 dchat 私聊我呀 哈哈
No branches or pull requests
无论是您的koa2-proxy-middleware 还是其他的koa-proxies等等,bodyParser是需要消费api发过来的post数据,并且将它解析成json并存在ctx.request.body 内,如果proxy 放在bodyParser后,转发的数据已被bodyParser接受,所以proxy一直发送不出去,以超时后 失败结束。
The text was updated successfully, but these errors were encountered: