Function

downstream-tls-client-hello

Gets the raw bytes sent by the client in the TLS ClientHello message.

See RFC 5246 for details.

Returns ok(none) if the downstream client connection is not a TLS connection.

downstream-tls-client-hello: func(ds-request: borrow​<request>, max-len: u64) -> result​<option​<list​<u8>>, error>;