Initial docs commit

This commit is contained in:
Uttarayan Mondal
2021-03-15 01:27:34 +05:30
commit d5ecda4c73
20211 changed files with 1370362 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
initSidebarItems({"enum":[["HandshakeError","An error returned from `ClientBuilder::handshake`."],["Protocol","SSL/TLS protocol versions."]],"struct":[["Certificate","An X509 certificate."],["Error","An error returned from the TLS implementation."],["Identity","A cryptographic identity."],["MidHandshakeTlsStream","A TLS stream which has been interrupted midway through the handshake process."],["TlsAcceptor","A builder for server-side TLS connections."],["TlsAcceptorBuilder","A builder for `TlsAcceptor`s."],["TlsConnector","A builder for client-side TLS connections."],["TlsConnectorBuilder","A builder for `TlsConnector`s."],["TlsStream","A stream managing a TLS session."]],"type":[["Result","A typedef of the result-type returned by many methods."]]});