Function explode_sstap

Source
pub fn explode_sstap(content: &str, nodes: &mut Vec<Proxy>) -> bool
Expand description

Parse a SSTap JSON configuration into a vector of Proxy objects Based on the C++ implementation in explodeSSTap function