public class WebHttpHeader extends Object
Constructor and Description |
---|
WebHttpHeader(String key,
String value)
Constructs WebHttpHeader.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the HTTP header key.
|
String |
getValue()
Returns the HTTP header value.
|