1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 01:51:23 +02:00

fix typos

This commit is contained in:
Nikolay Kim
2017-12-19 00:29:25 -08:00
parent f3b853f224
commit 4f6145e5c7
2 changed files with 6 additions and 4 deletions

View File

@ -122,7 +122,7 @@ fn index(req: HttpRequest) -> HttpResponse {
## Streaming request
Actix uses [*Payload*](../actix_web/struct.Payload.html) object as request payload stream.
Actix uses [*Payload*](../actix_web/payload/struct.Payload.html) object as request payload stream.
*HttpRequest* provides several methods, which can be used for payload access.
At the same time *Payload* implements *Stream* trait, so it could be used with various
stream combinators. Also *Payload* provides serveral convinience methods that return