J.Url.Connection

opaque type Connection

J.Url.Connection is an opaque value, backed by java.net.URLConnection

Source
Connection.scala

Def

inline def doInput: Boolean
inline def doInput_=(v: Boolean): Unit
inline def doOutput: Boolean
inline def doOutput_=(v: Boolean): Unit
inline def readTimeout_=(t: Time.Length): Unit
inline def real: java.net.URLConnection

Real value

Real value

Returns real value standing behind the opaque type.

This is a zero cost call.

Inherited from
_methods
Source
Base.scala
def requestProperty(key: String): Pro.M[String]