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 287c0c1 commit 3f1c927Copy full SHA for 3f1c927
1 file changed
README.md
@@ -121,6 +121,8 @@ can still be sent.
121
122
The `Request` class is responsible for streaming the incoming request body
123
and contains meta data which was parsed from the request headers.
124
+If the request body is chunked-encoded, the data will be decoded an emitted on the data event.
125
+The `Transfer-Encoding` header will be removed.
126
127
It implements the `ReadableStreamInterface`.
128
0 commit comments