BodyStream
interface BodyStream<T : Any> : WriteStream<Buffer>, Handler<Throwable>
The body stream decodes a < into the a T instance.
T