Introduction
What is Keq?
Keq is a HTTP Clint for nodejs and the browser. It can give your request incredible powers by middlewares.
TIP
Keq is inspired by koa and superagent. And it draws on the middleware model of koa and the chain call of superagent.
Features
- Run in the browser and nodejs.
- Chain calls.
- Full Typescript support.
- Generate API code from swagger.
- Extend functionality by adding
Middleware
. And official provides some usefulMiddleware
: