Add INKHttpTxnPristineUrlGet to sdk documentation
-------------------------------------------------
Key: TS-257
URL: https://issues.apache.org/jira/browse/TS-257
Project: Traffic Server
Issue Type: Bug
Components: Documentation
Reporter: Miles Libbey
Assignee: Diane Smith
Priority: Minor
>From Raghav:
Descriptions below:
INKHttpTxnPristineUrlGet
Where it should live : HTTP transaction Functions
What it does : Gets the pristine URL that came in with the client request
Prototype :
INKReturnCode INKHttpTxnPristineUrlGet (INKHttpTxn txnp, INKMBuffer *bufp,
INKMLoc *url_loc);
Arguments:
INKHttpTxn txnp is the ongoing transaction.
INKMBuffer *bufp is the header buffer pointer
INKMLoc *url_loc is the pointer to the location where the pristine URL will be
written.
Description :
After remap, the URL returned by INKHttpHdrUrlGet may not be the same as the
original URL.
This API provides a way to access the URL that was part of the client request
header.
Returns :
INK_ERROR on error
INK_SUCCESS if the call succeeds.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.