zhttp.clients

Members list

Concise view

Type members

Classlikes

case class ClientRequest(method: Method, path: String, hdrs: Headers, stream: ZStream[Any, Throwable, Chunk[Byte]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ClientResponse(hdrs: Headers, code: StatusCode, stream: ZStream[Any, Throwable, Chunk[Byte]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class FilterProc(run: ClientRequest => ZIO[Any, Throwable, ClientRequest])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class HttpConnection(val uri: URI, val ch: IOChannel, filter: FilterProc)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
sealed case class HttpConnectionError(msg: String) extends Exception

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
sealed case class HttpResponseHeaderError(msg: String) extends Exception

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
object ResPool

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ResPool.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type