Packages

package http

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

Type Members

  1. final case class Client(settings: Connect, backend: SttpBackend[IO, RawBytes, Nothing]) extends Service[IO, RawBytes] with Product with Serializable

Value Members

  1. def get[A](path: String, params: Map[String, String])(implicit has: Has[A]): RIO[A, Text]
  2. def getChunked[A](path: String, params: Map[String, String], chunkSize: ChunkSize)(implicit has: Has[A]): RIO[A, Chunked[RawBytes]]
  3. def post[A](path: String, params: Map[String, String], content: String)(implicit has: Has[A]): RIO[A, Text]
  4. object Client extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped