[][src]Function fastly::request::downstream_tls_protocol

pub fn downstream_tls_protocol() -> &'static str

Get the TLS protocol version used to secure the downstream client TLS connection.

This example is not tested
assert_eq!(downstream_tls_protocol(), "TLSv1.2");