You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Diane Smith (JIRA)" <ji...@apache.org> on 2010/03/25 20:00:27 UTC

[jira] Resolved: (TS-257) Add INKHttpTxnPristineUrlGet to sdk documentation

     [ https://issues.apache.org/jira/browse/TS-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Diane Smith resolved TS-257.
----------------------------

    Resolution: Fixed

Excellent content- merged this info with that previously added to "HTTP Transaction Functions" sctn of SDK  (a la TS-250).

> 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.