Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « SSLObject » Python 3.11.3

Méthode ssl.SSLObject.selected_alpn_protocol

Signature de la méthode selected_alpn_protocol

def selected_alpn_protocol(self) 

Description

help(SSLObject.selected_alpn_protocol)

Return the currently selected ALPN protocol as a string, or ``None``
        if a next protocol was not negotiated or if ALPN is not supported by one
        of the peers.