[ 
https://issues.apache.org/jira/browse/TS-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13864864#comment-13864864
 ] 

Leif Hedstrom commented on TS-610:
----------------------------------

Lets add some details about what configs, and the corresponding enum values, 
that are overridable. I'll take that one, it should be easy.


> API: New APIs for overridable configurations
> --------------------------------------------
>
>                 Key: TS-610
>                 URL: https://issues.apache.org/jira/browse/TS-610
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Documentation, TS API
>            Reporter: Leif Hedstrom
>             Fix For: Docs
>
>
> The following new APIs have been added to override a select set of 
> records.config configurations per transaction:
>   tsapi TSReturnCode TSHttpTxnConfigIntSet(TSHttpTxn txnp, 
> TSOverridableConfigKey conf, TSMgmtInt value);
>   tsapi TSReturnCode TSHttpTxnConfigIntGet(TSHttpTxn txnp, 
> TSOverridableConfigKey conf, TSMgmtInt* value);
>   tsapi TSReturnCode TSHttpTxnConfigFloatSet(TSHttpTxn txnp, 
> TSOverridableConfigKey conf, TSMgmtFloat value);
>   tsapi TSReturnCode TSHttpTxnConfigFloatGet(TSHttpTxn txnp, 
> TSOverridableConfigKey conf, TSMgmtFloat* value);
>   tsapi TSReturnCode TSHttpTxnConfigStringSet(TSHttpTxn txnp, 
> TSOverridableConfigKey conf, const char* value, int length);
>   tsapi TSReturnCode TSHttpTxnConfigStringGet(TSHttpTxn txnp, 
> TSOverridableConfigKey conf, const char** value, int* length);
>   tsapi TSReturnCode TSHttpTxnConfigFind(const char* name, int length, 
> TSOverridableConfigKey* conf, TSRecordDataType* type);



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to