Skip to content

Commit

Permalink
Merge pull request #31 from SupertigerDev/patch-1
Browse files Browse the repository at this point in the history
[README.md] Added req.pipe() to Request API as missing
  • Loading branch information
endel committed Oct 23, 2023
2 parents e2d013f + 4fd6f97 commit 68c60fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ app.listen(8000);
- ❌ req.acceptsLanguages()
- ❌ req.is()
- ❌ req.range()
- ❌ req.pipe()

## Middleware support
-[express/session](https://github.com/expressjs/session)
Expand Down

0 comments on commit 68c60fe

Please sign in to comment.