public class RawHeader$
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static RawHeader$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| RawHeader$() | 
| Modifier and Type | Method and Description | 
|---|---|
| <H extends HttpHeader> | unapply(H customHeader) | 
public static final RawHeader$ MODULE$
public <H extends HttpHeader> scala.Option<scala.Tuple2<java.lang.String,java.lang.String>> unapply(H customHeader)