LBTcpHeaderCondition

LBTcpHeaderCondition
LBTcpHeaderCondition

This condition is used to match TCP header fields of HTTP messages. Currently, only the TCP source port is supported. Ports can be expressed as a single port number like 80, or a port range like 1024-1030.

AllOf
This class requires all of the following:
JSON Example
{
    "inverse": false,
    "type": "string",
    "source_port": "string"
}