Represents a MediaType and its associated preference, q.
MediaType
q
struct HTTPMediaTypePreference
s5Vapor23HTTPMediaTypePreferenceV
UHV8
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
var mediaType: HTTPMediaType
The MediaType in question.
var q: Double?
Its associated preference.