Package

com.softwaremill

sttp

Permalink

package sttp

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

Type Members

  1. type BodySerializer[B] = (B) ⇒ BasicRequestBody

    Permalink
  2. type Empty[X] = None.type

    Permalink
  3. type Id[X] = X

    Permalink
  4. type PartialRequest[T, +S] = RequestT[Empty, T, S]

    Permalink
  5. type Request[T, +S] = RequestT[Id, T, S]

    Permalink

Value Members

  1. def asByteArray: ResponseAs[Array[Byte], Nothing]

    Permalink
  2. def asParams(encoding: String): ResponseAs[Seq[(String, String)], Nothing]

    Permalink
  3. def asParams: ResponseAs[Seq[(String, String)], Nothing]

    Permalink
  4. def asStream[S]: ResponseAs[S, S]

    Permalink
  5. def asString(encoding: String): ResponseAs[String, Nothing]

    Permalink
  6. def asString: ResponseAs[String, Nothing]

    Permalink
  7. package asynchttpclient

    Permalink
  8. val emptyRequest: RequestT[Empty, String, Nothing]

    Permalink
  9. def ignore: ResponseAs[Unit, Nothing]

    Permalink
  10. def multiPart(name: String, data: Path): MultiPart

    Permalink
  11. def multiPart(name: String, data: File): MultiPart

    Permalink
  12. def multiPart(name: String, data: InputStream): MultiPart

    Permalink
  13. def multiPart(name: String, data: ByteBuffer): MultiPart

    Permalink
  14. def multiPart(name: String, data: Array[Byte]): MultiPart

    Permalink
  15. def multiPart(name: String, data: String, encoding: String): MultiPart

    Permalink
  16. def multiPart(name: String, data: String): MultiPart

    Permalink
  17. val sttp: RequestT[Empty, String, Nothing]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped