mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 01:51:23 +02:00
refactor multipart stream creation
This commit is contained in:
@ -138,7 +138,7 @@ future object that resolve to Bytes object.
|
||||
* *readuntil* method returns *Future* that resolves when specified bytes string
|
||||
matches in input bytes stream
|
||||
|
||||
Here is example that reads request payload and prints it.
|
||||
In this example handle reads request payload chunk by chunk and prints every chunk.
|
||||
|
||||
```rust
|
||||
# extern crate actix_web;
|
||||
|
Reference in New Issue
Block a user