Package akka.http.scaladsl.model.headers
Class RawHeader$
java.lang.Object
akka.http.scaladsl.model.headers.RawHeader$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RawHeader$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<H extends HttpHeader>
scala.Option<scala.Tuple2<String,String>> unapply
(H customHeader)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RawHeader$
public RawHeader$()
-
-
Method Details
-
unapply
-