[][src]Function yukikaze::extractor::text_notify

pub async fn text_notify<S, I, E, N: Notifier>(
    body: S,
    encoding: ContentEncoding,
    limit: Option<usize>,
    notify: N
) -> Result<String, BodyReadError> where
    S: HttpBody<Data = I, Error = E> + Unpin,
    I: Into<Bytes> + Buf,
    E: Into<BodyReadError>, 

Extracts body as text from Stream

Params: