logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSVConn - traffic Server APIs to get TSVConn from TSHttpSsn or TSHttpTxn object

Description

       These  APIs  allow the developer to get the NetVconnection (represented by TSVConn) from the Http session
       (TSHttpSsn) or transaction (TSHttpTxn) object.

       TSHttpSsnClientVConnGet()  returns  the  TSVConn  associated  with  the  client  side  TSHttpSsn  object.
       TSHttpSsnServerVConnGet()    returns    the   same   associated   with   the   server   side   TSHttpSsn.
       TSHttpTxnServerVConnGet() returns the same associated with a TSHttpTxn.

Name

       TSVConn - traffic Server APIs to get TSVConn from TSHttpSsn or TSHttpTxn object

Synopsis

          #include <ts/ts.h>

       TSVConnTSHttpSsnClientVConnGet(TSHttpSsnssnp)TSVConnTSHttpSsnServerVConnGet(TSHttpSsnssnp)TSVConnTSHttpTxnServerVConnGet(TSHttpTxntxnp)

See Also