Package com.mendix.http
Class HttpHeader
- java.lang.Object
-
- com.mendix.http.HttpHeader
-
public final class HttpHeader extends java.lang.Object
Represents an HTTP header field.
-
-
Constructor Summary
Constructors Constructor Description HttpHeader​(java.lang.String name, java.lang.String value)
Creates a new header.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Returns the key for this header.java.lang.String
getValue()
Returns the value for this header.
-