Document Express-like APIs on Node.js http objects
Open
area: documentation
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
You can do:
```js
context.res = { status: 400, body: 'must pass poolid' };
// vs
context.res.status(400).json({});
```
@mamaso can help provide full details on API.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.