Merge pull request #17987 from spray/w/17984-enable-content-negotiation-tests

ContentNegotiation fixes (and breakage)
This commit is contained in:
Konrad Malawski 2015-07-14 17:38:09 +02:00
commit 12fa39cc39
3 changed files with 68 additions and 41 deletions

View file

@ -70,6 +70,7 @@ final case class HttpCharset private[http] (override val value: String)(val alia
}
def withQValue(qValue: Float): HttpCharsetRange = HttpCharsetRange(this, qValue.toFloat)
override def toRange: HttpCharsetRange = HttpCharsetRange(this)
/** Java API */
def getAliases: JIterable[String] = {