Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Instance MethodSwift

comparePreference(for:to:)

Returns ComparisonResult comparing the supplied MediaTypes against these preferences.
func comparePreference(for a: HTTPMediaType, to b: HTTPMediaType) -> ComparisonResult

Discussion

let pref = httpReq.accept.comparePreference(for: .json, to: .html)