Package org.dmfs.httpessentials.headers
Interface Header<ValueType>
- All Superinterfaces:
Entity<ValueType>
Interface of an HTTP header.
-
Method Summary
-
Method Details
-
type
HeaderType<ValueType> type()Returns theHeaderTypeof this header.- Specified by:
typein interfaceEntity<ValueType>- Returns:
- A
HeaderType.
-