Function nginx_config::parse_directives[][src]

pub fn parse_directives(s: &str) -> Result<Vec<Directive>, ParseError>

Parses a piece of config from arbitrary context

This implies no validation of what context directives belong to.