Repository: trafficserver Updated Branches: refs/heads/master b5673f75c -> 4d215ed42
[TS-3881] docs for new API. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4d215ed4 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4d215ed4 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4d215ed4 Branch: refs/heads/master Commit: 4d215ed42cd24de436b9cae5cbee3cbce8223f81 Parents: b5673f7 Author: Sudheer Vinukonda <[email protected]> Authored: Mon Sep 14 19:29:01 2015 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Mon Sep 14 19:29:01 2015 +0000 ---------------------------------------------------------------------- doc/reference/api/TSHttpTxnInfoGet.en.rst | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4d215ed4/doc/reference/api/TSHttpTxnInfoGet.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/api/TSHttpTxnInfoGet.en.rst b/doc/reference/api/TSHttpTxnInfoGet.en.rst new file mode 100644 index 0000000..2f59970 --- /dev/null +++ b/doc/reference/api/TSHttpTxnInfoGet.en.rst @@ -0,0 +1,32 @@ +.. Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed + with this work for additional information regarding copyright + ownership. The ASF licenses this file to you under the Apache + License, Version 2.0 (the "License"); you may not use this file + except in compliance with the License. You may obtain a copy of + the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. See the License for the specific language governing + permissions and limitations under the License. + + +TSHttpTxnInfoGet +================ + +Synopsis +-------- + +`#include <ts/ts.h>` + +.. c:function:: TSReturnCode TSHttpTxnInfoGet(TSHttpTxn txnp, TSHttpTxnInfoKey key, TSMgmtInt *value) + + +Description +----------- +Get Arbitrary Txn info such as cache lookup details etc as defined in TSHttpTxnInfoKey. +Returns TS_SUCCESS if the requested info is supported, TS_ERROR otherwise.
