sealed abstract class Headers
Headers represent an immutable append-only collection
of Headers. To create a new Headers instance, you
can use Headers#apply or Headers#empty and add an
instance of Header using append
.
Headers represent an immutable append-only collection
of Headers. To create a new Headers instance, you
can use Headers#apply or Headers#empty and add an
instance of Header using append
.
- Companion
- object
class Object
trait Matchable
class Any