Name
easy:SetOpt_SSL_Enable_Alpn -- enable ALPN
Synopsis
easy:SetOpt_SSL_Enable_Alpn(npn)
Function
Pass a value as parameter, 0 or 1 where 1 is for enable and 0 for disable. This option enables/disables ALPN in the SSL handshake (if the SSL backend libcurl is built to use supports it), which can be used to negotiate http2.

Inputs
npn
input value

Show TOC