Provided by: trafficserver-dev_9.2.3+ds-1+deb12u1build4_amd64 bug

NAME

       TSHttpTxnIsCacheable - TSHttpTxnIsCacheable API function

SYNOPSIS

          #include <ts/ts.h>

       TSReturnCode TSHttpTxnIsCacheable(TSHttpTxn txnp, TSMBuffer request, TSMBuffer response)

DESCRIPTION

       Determine  if an upstream response is cacheable according to the current Traffic Server configuration and
       state. All of the arguments must have be obtained via other API calls prior to calling this function.

       The request and response arguments must refer to HTTP header objects. These are treated  as  the  request
       and response for a transaction respectively. Based on the transaction state from txnp and the contents of
       the request and response, this returns TS_SUCCESS if the response is cacheable, TS_ERROR otherwise.

COPYRIGHT

       2024, dev@trafficserver.apache.org

9.2                                               Apr 01, 2024                         TSHTTPTXNISCACHEABLE(3ts)