fn encode_settings<'a, IT>(settings: IT) -> Stringwhere IT: Iterator<Item = (&'a str, &'a str)>,
Encode the PT settings from IT in a format that a pluggable transport can use.
IT