I'm working on some HTTP/2 client and I want to add SSL support. According to the RFC, the negotiation on the protocol is made using the ALPN protocol. Is there an implementation of ALPN in python 2.7?
(I know there are HTTP/2 client implementations, but I want to write it myself)
Thanks!
Please use the documentation and simply search for "alpn". It is well documented, like: