HttpProxyRule |
HttpProxyRuleBase.rule(String uriTemplate)
DSL API to create or update a mapping rule for the given URI template
|
HttpProxyRule |
HttpProxyRule.setCookieDomain(String cookieDomain)
Sets the value that should be used when rewriting the domain attribute
of the Set-Cookie header.
|
HttpProxyRule |
HttpProxyRule.setCookiePath(String cookiePath)
Sets the value that should be used when rewriting the path attribute
of the Set-Cookie header.
|
HttpProxyRule |
HttpProxyRule.setDestinationUriTemplates(Set<UriTemplateDefinition> destinationUriTemplates) |
HttpProxyRule |
HttpProxyRule.setLoadBalancer(LoadBalancerDefinition loadBalancer) |
HttpProxyRule |
HttpProxyRule.setReverseHeaders(boolean reverseHeaders) |
HttpProxyRule |
HttpProxyRule.setUriTemplate(UriTemplateDefinition uriTemplate) |
HttpProxyRule |
HttpProxyRule.to(String destinationUriTemplate)
Adds a destination URI template mapping; such as a physical endpoint we can proxy to if there are multiple possible physical endpoints and we are not using a load balancer service to hide the mapping of a logical URI to physical URI.
|
HttpProxyRule |
HttpProxyRule.to(UriTemplateDefinition templateDefinition) |