We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6336f9e commit 07282afCopy full SHA for 07282af
doc/api/http.md
@@ -1676,9 +1676,11 @@ added: v0.1.94
1676
changes:
1677
- version: REPLACEME
1678
pr-url: https://github.com/nodejs/node/pull/60016
1679
- description: This event will not fire until the request body has been
1680
- received. Previously, it fired immediately and the request
1681
- body was incorrectly included in `head` instead.
+ description: Request bodies are no longer exposed raw (unparsed) on the
+ socket argument. Instead, only the content after the request
+ body will be emitted on the socket, and the parsed request
1682
+ body data will be emitted from the request, just like in
1683
+ the normal server `request` events.
1684
- version:
1685
- v24.9.0
1686
- v22.21.0
0 commit comments