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

  2. trait SttpFileCompanionExtensions extends AnyRef

    Permalink
  3. trait SttpFileExtensions extends AnyRef

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped