Method: HTTPX::SSL#protocol

Defined in:
lib/httpx/io/ssl.rb

#protocolObject



25
26
27
28
29
# File 'lib/httpx/io/ssl.rb', line 25

def protocol
  @io.alpn_protocol || super
rescue StandardError
  super
end