Provided by: trafficserver-dev_8.0.5+ds-3_amd64 

NAME
TSHttpTxnParentProxySet - sets the parent proxy hostname and port
SYNOPSIS
#include <ts/ts.h>
void TSHttpTxnParentProxySet(TSHttpTxn txnp, const char * hostname, int port)
DESCRIPTION
The string hostname is copied into the TSHttpTxn. You can modify or delete the string after calling
TSHttpTxnParentProxySet().
COPYRIGHT
2020, dev@trafficserver.apache.org
8.0 Feb 03, 2020 TSHTTPTXNPARENTPROXYSET(3ts)