Home

Traffic Server Software Developers Kit

Transformation Functions

INKTransformCreate

Creates a transformation vconnection.

Prototype

INKVConn INKTransformCreate (INKEventFunc event_funcp, INKHttpTxn txnp)

Description

Creates a new transformation, INKVConn. The vconnection’s handler function is funcp and its mutex is taken from txnp.

Example

See the Sample Null Transform Plugin example.

Returns

The newly-created transformation connection.