Headers

enterprise.Headers
See theHeaders companion object
final class Headers(val asSeq: Vector[Header], val asMap: Map[HeaderKey, List[Header]])

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def add(header: Header): Headers
def apply[H <: Header](key: Apply[H]): H
def get[H <: Header](key: Apply[H]): Option[H]
def put(header: Header): Headers
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val asMap: Map[HeaderKey, List[Header]]
val asSeq: Vector[Header]