sealed trait HeaderKey extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- HeaderKey
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def matchHeader(header: Header): Option[HeaderT]
- abstract def name: CaseInsensitiveString
- abstract def parse(s: String): ParseResult[HeaderT]