Function rama::tls::keylog::new_key_log_file_handle
pub fn new_key_log_file_handle(
path: String,
) -> Result<KeyLogFileHandle, OpaqueError>
Expand description
Get a key log file handle for the given path only one file handle will be opened per unique path String.
§To be unique or ditto
Paths are case-sensitive by default for rama, as utf-8 compatible. Normalize yourself prior to passing a path to this function if you’re concerned.