From 6453f0f63e801c1df7d9c4a78a61fe0697774ac9 Mon Sep 17 00:00:00 2001 From: raphael-goetz Date: Fri, 19 Dec 2025 12:54:10 +0100 Subject: [PATCH] drop: removed http host field from http flow type --- definitions/http/flow_type/http.proto.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/definitions/http/flow_type/http.proto.json b/definitions/http/flow_type/http.proto.json index 4195211..21c4910 100644 --- a/definitions/http/flow_type/http.proto.json +++ b/definitions/http/flow_type/http.proto.json @@ -36,24 +36,6 @@ "content": "Specifies the HTTP request method (e.g., GET, POST, PUT, DELETE)." } ] - }, - { - "identifier": "HTTP_HOST", - "unique": false, - "dataTypeIdentifier": "TEXT", - "defaultValue": null, - "name": [ - { - "code": "en-US", - "content": "Host" - } - ], - "description": [ - { - "code": "en-US", - "content": "Specifies the target host name or IP address." - } - ] } ], "inputTypeIdentifier": "HTTP_ADAPTER_INPUT",