Package

sttp.client3

internal

Permalink

package internal

Linear Supertypes
AnyRef, Any
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 ConvertFromFuture[F[_]] extends AnyRef

    Permalink
  3. trait NoStreams extends Streams[Nothing]

    Permalink
  4. implicit class RichByteBuffer extends AnyRef

    Permalink
  5. 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.

  6. trait SttpFileCompanionExtensions extends AnyRef

    Permalink
  7. trait SttpFileExtensions extends AnyRef

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

    Permalink
  9. class ToRfc2616Converter[R <: RequestT[Identity, _, _]] extends AnyRef

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

    Permalink

Value Members

  1. object ConvertFromFuture

    Permalink
  2. object NoStreams extends Streams[Nothing] with NoStreams

    Permalink
  3. object SttpFile extends SttpFileCompanionExtensions

    Permalink
  4. object ToCurlConverter

    Permalink
  5. object ToRfc2616Converter

    Permalink
  6. object WwwAuthHeaderParser

    Permalink
  7. package ws

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped