Function parse_str

Source
pub fn parse_str<P: AsRef<Path>, T: AsRef<str>>(
    path: P,
    source: T,
) -> Result<Request>