tcp property

List<TCPRoute>? tcp
final

An ordered list of route rules for opaque TCP traffic. TCP routes will be applied to any port that is not a HTTP or TLS port. The first rule matching an incoming request is used.

Implementation

final List<TCPRoute>? tcp;