Package

sttp.client

internal

Permalink

package internal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. internal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BodyFromResponseAs[F[_], RegularResponse, WSResponse, Stream] extends AnyRef

    Permalink
  2. trait NoStreams extends Streams[Nothing]

    Permalink
  3. implicit class RichByteBuffer extends AnyRef

    Permalink
  4. abstract class SttpFile extends SttpFileExtensions

    Permalink

    A platform agnostic file abstraction.

    A platform agnostic file abstraction.

    Different platforms have different file representations. Each platform should provide conversions in the FileCompanionExtensions trait to convert between their supported representations and the File abstraction.

  5. trait SttpFileCompanionExtensions extends AnyRef

    Permalink
  6. trait SttpFileExtensions extends AnyRef

    Permalink
  7. class ToCurlConverter[R <: RequestT[Identity, _, _]] extends AnyRef

    Permalink
  8. case class WwwAuthHeaderValue(values: Map[String, String]) extends Product with Serializable

    Permalink

Value Members

  1. object NoStreams extends Streams[Nothing] with NoStreams

    Permalink
  2. object SttpFile extends SttpFileCompanionExtensions

    Permalink
  3. object ToCurlConverter

    Permalink
  4. object WwwAuthHeaderParser

    Permalink
  5. package ws

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped