Azure / Azure/Azure-Functions

Document Express-like APIs on Node.js http objects

Open
#432 3 comments 0 reactions 1 assignee Assigned to @mhoeger View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.