object Content-Range extends Serializable
- Source
- Content-Range.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Content-Range
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(start: Long): Content-Range
- def apply(start: Long, end: Long): Content-Range
- def apply(range: SubRange, length: Option[Long] = None): Content-Range
- implicit val headerInstance: Header[Content-Range, Single]
- def parse(s: String): ParseResult[Content-Range]
- val parser: Parser[Content-Range]