HttpConnection

zhttp.clients.HttpConnection$
See theHttpConnection companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def connect(url: String, socketGroup: AsynchronousChannelGroup, tlsBlindTrust: Boolean, trustKeystore: String, password: String): ZIO[Any, HttpConnectionError, HttpConnection]
def connectWithFilter(url: String, socketGroup: AsynchronousChannelGroup, filter: ClientRequest => ZIO[Any, Throwable, ClientRequest], tlsBlindTrust: Boolean, trustKeystore: String, password: String): ZIO[Any, HttpConnectionError, HttpConnection]

Concrete fields

val CLIENT_TAG: String
val TLS_PROTOCOL_TAG: String