Function fastly::experimental::uap_parse[][src]

pub fn uap_parse(
    user_agent: &str
) -> Result<(String, Option<String>, Option<String>, Option<String>), Error>
Expand description

Parse a user agent string.

Stability

This is part of an experimental API that is subject to change or removal even in minor versions of this crate.