logo
pub fn matching_language(
    resource: &Resource<'_>,
    request: &Request
) -> Option<String>
Expand description

Determines if the languages produced by the resource matches the acceptable languages provided by the client. Returns the match if there is one.