play.api.http.EncodingPreference
See theEncodingPreference companion object
A representation of an encoding preference as specified in the Accept-Encoding header. This contains an encoding name (or *), and an optional q-value.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Serializable
class Object
trait Matchable
class Any
Show all
Members list
Check if this encoding preference matches the specified encoding name.
Check if this encoding preference matches the specified encoding name.
Attributes
true if this is a wildcard * preference.
true if this is a wildcard * preference.
Attributes
The effective q-value. Defaults to 1 if none is specified.
The effective q-value. Defaults to 1 if none is specified.
Attributes