pub fn stream_from_strings<I, S, E>(
strings: I,
) -> StreamBody<Iter<IntoIter<Result<Bytes, E>>>>Expand description
Helper function to create a streaming body from a string iterator
Converts each string to bytes automatically.
pub fn stream_from_strings<I, S, E>(
strings: I,
) -> StreamBody<Iter<IntoIter<Result<Bytes, E>>>>Helper function to create a streaming body from a string iterator
Converts each string to bytes automatically.