Merge pull request #17987 from spray/w/17984-enable-content-negotiation-tests
ContentNegotiation fixes (and breakage)
This commit is contained in:
commit
12fa39cc39
3 changed files with 68 additions and 41 deletions
|
|
@ -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] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue