What does the "I" stand for in "TSIRemapFromUrlStringGet" ?
On Mon, Jan 29, 2018 at 10:02 AM, Walt Karas <wka...@oath.com.invalid> wrote: > const char *TSIRemapFromUrlStringGet(const TSHttpTxn txnp); > > const char *TSIRemapToUrlStringGet(const TSHttpTxn txnp); > > These would return, from the transaction state object, > url_map.getFromURL() and url_map.getToURL() respectively, in strong > format. A null pointer would be returned if the values were empty.