Package com.mendix.http
Class HttpHeader
java.lang.Object
com.mendix.http.HttpHeader
Represents an HTTP header field.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HttpHeader
Creates a new header.- Parameters:
name
- the name for this headervalue
- the value for this header
-
-
Method Details
-
getName
Returns the key for this header.- Returns:
- the key for this header
-
getValue
Returns the value for this header.- Returns:
- the value for this header
-