package http
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- http
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- def get[A](path: String, params: Map[String, String])(implicit has: Has[A]): RIO[A, Text]
- def getChunked[A](path: String, params: Map[String, String], chunkSize: ChunkSize)(implicit has: Has[A]): RIO[A, Chunked[RawBytes]]
- def post[A](path: String, params: Map[String, String], content: String)(implicit has: Has[A]): RIO[A, Text]
- object Client extends Serializable