final case class Content-Length(length: Long) extends Product with Serializable
Constructs a Content-Length
header.
The HTTP RFCs do not specify a maximum length. We have decided that Long.MaxValue
bytes ought to be good enough for anybody in order to avoid the irritations of BigInt
.
- length
the length
- Source
- Content-Length.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Content-Length
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All