Skip to content

Commit 3f1c927

Browse files
committed
Update README
1 parent 287c0c1 commit 3f1c927

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ can still be sent.
121121

122122
The `Request` class is responsible for streaming the incoming request body
123123
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.
124126

125127
It implements the `ReadableStreamInterface`.
126128

0 commit comments

Comments
 (0)