[][src]Function fastly::request::downstream_tls_cipher_openssl_name

pub fn downstream_tls_cipher_openssl_name() -> &'static str

Get the cipher suite used to secure the downstream client TLS connection.

The value returned will be consistent with the OpenSSL name for the cipher suite, for example:

This example is not tested
assert_eq!(downstream_tls_cipher_openssl_name(), "ECDHE-RSA-AES128-GCM-SHA256");