Module actix_web::payload [] [src]

Payload stream

Structs

Payload

Buffered stream of bytes chunks

PayloadItem

Just Bytes object

PayloadSender

Sender part of the payload stream

ReadAny

Get first available chunk of data

ReadExactly

Get exact number of bytes

ReadLine

Read until \n

ReadUntil

Read until match line

Traits

PayloadWriter

Payload writer interface.