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. val DefaultReadTimeout: Duration
  2. def asByteArray: ResponseAs[Array[Byte], Nothing]
  3. def asFile(file: File, overwrite: Boolean): ResponseAs[File, Nothing]
  4. def asParams(encoding: String): ResponseAs[Seq[(String, String)], Nothing]
  5. def asParams: ResponseAs[Seq[(String, String)], Nothing]
  6. def asPath(path: Path, overwrite: Boolean): ResponseAs[Path, Nothing]
  7. def asStream[S]: ResponseAs[S, S]
  8. def asString(encoding: String): ResponseAs[String, Nothing]
  9. def asString: ResponseAs[String, Nothing]
  10. val emptyRequest: RequestT[Empty, String, Nothing]
  11. def ignore: ResponseAs[Unit, Nothing]
  12. def multipart[B](name: String, b: B)(implicit arg0: BodySerializer[B]): Multipart
  13. def multipart(name: String, fs: Seq[(String, String)], encoding: String): Multipart
  14. def multipart(name: String, fs: Seq[(String, String)]): Multipart
  15. def multipart(name: String, fs: Map[String, String], encoding: String): Multipart
  16. def multipart(name: String, fs: Map[String, String]): Multipart
  17. def multipart(name: String, data: Path): Multipart
  18. def multipart(name: String, data: File): Multipart
  19. def multipart(name: String, data: InputStream): Multipart
  20. def multipart(name: String, data: ByteBuffer): Multipart
  21. def multipart(name: String, data: Array[Byte]): Multipart
  22. def multipart(name: String, data: String, encoding: String): Multipart
  23. def multipart(name: String, data: String): Multipart
  24. val sttp: RequestT[Empty, String, Nothing]

Inherited from AnyRef

Inherited from Any

Ungrouped