object Content-Encoding extends ModeledCompanion[Content-Encoding] with Serializable
- Source
- headers.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Content-Encoding
- Serializable
- Serializable
- ModeledCompanion
- Renderable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(first: HttpEncoding, more: HttpEncoding*): Content-Encoding
- implicit val encodingsRenderer: Renderer[Iterable[HttpEncoding]]
-
val
lowercaseName: String
- Definition Classes
- ModeledCompanion
-
val
name: String
- Definition Classes
- ModeledCompanion
-
def
parseFromValueString(value: String): Either[List[ErrorInfo], Content-Encoding]
Parses the given value into a header of this type.
Parses the given value into a header of this type. Returns
Right[T]
if parsing was successful andLeft(errors)
otherwise.- Definition Classes
- ModeledCompanion
-
final
def
render[R <: Rendering](r: R): r.type
- Definition Classes
- ModeledCompanion → Renderable