LanguageTag

scamper.http.types.LanguageTag
See theLanguageTag companion trait
object LanguageTag

Provides factory for LanguageTag.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(primary: String, others: Seq[String]): LanguageTag

Creates tag with primary and additional subtags.

Creates tag with primary and additional subtags.

Attributes

def parse(tag: String): LanguageTag

Parses formatted tag.

Parses formatted tag.

Attributes