TSAPI Types - TSTypes API function
#include <ts/ts.h> #include
<ts/remap.h>
The Apache Traffic Server API provides large number of types. Many
of them are specific to a particular API function or function group, but
others are used more widely. Those are described on this page.
- type
INK_MD5
- Buffer type sufficient to contain an MD5 hash value.
- type
TSCont
- An opaque type that represents a Traffic Server continuation.
- type
TSHostLookupResult
- A type representing the result of a call to TSHostLookup(). Use
with TSHostLookupResultAddrGet().
- type
TSHRTime
- "High Resolution Time"
A 64 bit time value, measured in nanoseconds.
- type
TSHttpSsn
- An opaque type that represents a Traffic SeUuirver session.
- type
TSHttpTxn
- An opaque type that represents a Traffic Server HTTP transaction.
- type
TSMgmtFloat
- The type used internally for a floating point value. This corresponds to
the value TS_RECORDDATATYPE_FLOAT for TSRecordDataType.
- type
TSMgmtInt
- The type used internally for an integer. This corresponds to the value
TS_RECORDDATATYPE_INT for TSRecordDataType.
- type
TSSslX509
- This type represents the X509 object created from an SSL
certificate.
- type
TSTextLogObject
- This type represents a custom log file that you create with
TSTextLogObjectCreate().
Your plugin writes entries into this log file using
TSTextLogObjectWrite().
- type
TSVConn
- A virtual connection. This is the basic mechanism for abstracting I/O
operations in Traffic Server.
- type
TSNetVConnection
- A subtype of TSVConn that provides additional IP network
information and operations.
2023, dev@trafficserver.apache.org