Class RawHeader$
java.lang.Object
org.apache.pekko.http.scaladsl.model.headers.RawHeader$
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final RawHeader$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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
 
-