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

sttp.client4.internal.NoStreams.scala Maven / Gradle / Ivy

There is a newer version: 4.0.0-M17
Show newest version
package sttp.client4.internal

import sttp.capabilities.Streams

trait NoStreams extends Streams[Nothing] {
  override type BinaryStream = Nothing
  override type Pipe[A, B] = Nothing
}
object NoStreams extends NoStreams




© 2015 - 2024 Weber Informatics LLC | Privacy Policy