public static interface HurlStack.UrlRewriter
Modifier and Type | Method and Description |
---|---|
java.lang.String |
rewriteUrl(java.lang.String originalUrl)
Returns a URL to use instead of the provided one, or null to indicate
this URL should not be used at all.
|