[
https://issues.apache.org/jira/browse/TS-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leif Hedstrom resolved TS-610.
------------------------------
Resolution: Fixed
Added the full list of overridable configurations to the API doc. I also copied
this section over to the conf_remap plugin, for consistency. Alan, is there
some easy to way to make this such that we maintain one place for the list of
overridable configs, but can "include" it in both API and plugin docs ?
> 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
> Assignee: 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)