vertx / io.vertx.ext.web.codec / BodyCodec / pipe

pipe

open static fun pipe(stream: WriteStream<Buffer>): BodyCodec<Void>

A body codec that pipes the body to a write stream.

Parameters

stream - the destination tream

Return
the body codec for a write stream