Function webmachine_rust::content_negotiation::matching_charset  
source · pub fn matching_charset(
    resource: &WebmachineResource<'_>,
    request: &WebmachineRequest
) -> Option<String>Expand description
Determines if the charsets produced by the resource matches the acceptable charsets provided by the client. Returns the match if there is one.