Packages

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
  2. type Empty[X] = None.type
  3. type Id[X] = X
  4. type PartialRequest[T, +S] = RequestT[Empty, T, S]
  5. type Request[T, +S] = RequestT[Id, T, S]

Value Members

  1. def asByteArray: ResponseAs[Array[Byte], Nothing]
  2. def asFile(file: File, overwrite: Boolean): ResponseAs[File, Nothing]
  3. def asParams(encoding: String): ResponseAs[Seq[(String, String)], Nothing]
  4. def asParams: ResponseAs[Seq[(String, String)], Nothing]
  5. def asPath(path: Path, overwrite: Boolean): ResponseAs[Path, Nothing]
  6. def asStream[S]: ResponseAs[S, S]
  7. def asString(encoding: String): ResponseAs[String, Nothing]
  8. def asString: ResponseAs[String, Nothing]
  9. val emptyRequest: RequestT[Empty, String, Nothing]
  10. def ignore: ResponseAs[Unit, Nothing]
  11. def multiPart(name: String, data: Path): MultiPart
  12. def multiPart(name: String, data: File): MultiPart
  13. def multiPart(name: String, data: InputStream): MultiPart
  14. def multiPart(name: String, data: ByteBuffer): MultiPart
  15. def multiPart(name: String, data: Array[Byte]): MultiPart
  16. def multiPart(name: String, data: String, encoding: String): MultiPart
  17. def multiPart(name: String, data: String): MultiPart
  18. val sttp: RequestT[Empty, String, Nothing]

Inherited from AnyRef

Inherited from Any

Ungrouped