Packages

package sttp

Linear Supertypes
sttpExtensions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sttp
  2. sttpExtensions
  3. AnyRef
  4. 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]
    Definition Classes
    sttpExtensions
  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]
    Definition Classes
    sttpExtensions
  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: InputStream): Multipart
  18. def multipart(name: String, data: ByteBuffer): Multipart
  19. def multipart(name: String, data: Array[Byte]): Multipart
  20. def multipart(name: String, data: String, encoding: String): Multipart
  21. def multipart(name: String, data: String): Multipart
  22. def multipartFile(name: String, data: Path): Multipart
    Definition Classes
    sttpExtensions
  23. def multipartFile(name: String, data: File): Multipart
    Definition Classes
    sttpExtensions
  24. val sttp: RequestT[Empty, String, Nothing]

Inherited from sttpExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped