Package com.mendix.http
Interface IHttpContext
public interface IHttpContext
Represents execution state of an HTTP process. It is a structure
 that can be used to map an attribute name to an attribute value.
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the URI of HTTP_TARGET_HOST attribute. 
- 
Method Details
- 
getHttpTargetHostUri
Returns the URI of HTTP_TARGET_HOST attribute.- Returns:
 - the URI of HTTP_TARGET_HOST attribute, or empty if not set.
 
 
 -