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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getHttpTargetHostUri()
Returns the URI of HTTP_TARGET_HOST attribute.
-