Libraries
»
httpx
(0.3.1)
»
Index
»
HTTPX
»
SSL
»
#connected?
Method: HTTPX::SSL#connected?
Defined in:
lib/httpx/io/ssl.rb
#
connected?
⇒
Boolean
Returns:
(
Boolean
)
45 46 47
# File 'lib/httpx/io/ssl.rb', line 45
def
connected?
@state
==
:negotiated
end