Package com.mendix.http
Class HttpHeader
java.lang.Object
com.mendix.http.HttpHeader
Represents an HTTP header field.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
HttpHeaderCreates a new header.- Parameters:
- name- the name for this header
- value- the value for this header
 
 
- 
- 
Method Details- 
getNameReturns the key for this header.- Returns:
- the key for this header
 
- 
getValueReturns the value for this header.- Returns:
- the value for this header
 
 
-