final case class Server(product: ProductId, rest: List[ProductIdOrComment]) extends Product with Serializable
Server header https://tools.ietf.org/html/rfc7231#section-7.4.2
- Source
- Server.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Server
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Server(product: ProductId, rest: List[ProductIdOrComment])
Value Members
- val product: ProductId
- val rest: List[ProductIdOrComment]