JasonBoy / koa-web-kit

🚀A Modern, Production-Ready, and Full-Stack Node Web Framework with React
MIT License
214 stars 41 forks source link

replace request with got to be more lightweight #1

Closed JasonBoy closed 5 years ago

JasonBoy commented 7 years ago

request is kind of bloated, to make the project more lightweight, got is a good replacement, which is promise based by defualt

JasonBoy commented 6 years ago

could be some issues since a http request stream cannot pipe to got directly 😢

JasonBoy commented 6 years ago

The functionalities of request and got have a little more differences, so close this

JasonBoy commented 5 years ago

prepared, will be done in near future

JasonBoy commented 5 years ago

🎉 Finally done on #19