object HttpCharsets extends ObjectRegistry[String, HttpCharset]
- Source
- HttpCharset.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpCharsets
- ObjectRegistry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val ISO-8859-1: HttpCharset
- val US-ASCII: HttpCharset
- val UTF-16: HttpCharset
- val UTF-16BE: HttpCharset
- val UTF-16LE: HttpCharset
- val UTF-8: HttpCharset
-
def
getForKey(key: String): Option[HttpCharset]
- Definition Classes
- ObjectRegistry
-
def
getForKeyCaseInsensitive(key: String)(implicit conv: <:<[String, String]): Option[HttpCharset]
- Definition Classes
- ObjectRegistry