All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sttp.capabilities.vertx.VertxStreams.scala Maven / Gradle / Ivy

The newest version!
package sttp.capabilities.vertx

import io.vertx.core.buffer.Buffer
import io.vertx.core.streams.ReadStream
import sttp.capabilities.Streams

trait VertxStreams extends Streams[VertxStreams] {
  override type BinaryStream = ReadStream[Buffer]
  override type Pipe[A, B] = ReadStream[A] => ReadStream[B]
}

object VertxStreams extends VertxStreams




© 2015 - 2025 Weber Informatics LLC | Privacy Policy