From 900ada8b00f29f7564d5d66f2b3b881ff7d0239f Mon Sep 17 00:00:00 2001 From: raphael-goetz Date: Fri, 19 Dec 2025 22:28:21 +0100 Subject: [PATCH] ref: renamed http feature into rest --- definitions/{http => rest}/data_type/http.header_input.proto.json | 0 .../{http => rest}/data_type/http_adapter_input.proto.json | 0 definitions/{http => rest}/flow_type/http.proto.json | 0 .../runtime_definition/http_control_respond.proto.json | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename definitions/{http => rest}/data_type/http.header_input.proto.json (100%) rename definitions/{http => rest}/data_type/http_adapter_input.proto.json (100%) rename definitions/{http => rest}/flow_type/http.proto.json (100%) rename definitions/{http => rest}/runtime_definition/http_control_respond.proto.json (100%) diff --git a/definitions/http/data_type/http.header_input.proto.json b/definitions/rest/data_type/http.header_input.proto.json similarity index 100% rename from definitions/http/data_type/http.header_input.proto.json rename to definitions/rest/data_type/http.header_input.proto.json diff --git a/definitions/http/data_type/http_adapter_input.proto.json b/definitions/rest/data_type/http_adapter_input.proto.json similarity index 100% rename from definitions/http/data_type/http_adapter_input.proto.json rename to definitions/rest/data_type/http_adapter_input.proto.json diff --git a/definitions/http/flow_type/http.proto.json b/definitions/rest/flow_type/http.proto.json similarity index 100% rename from definitions/http/flow_type/http.proto.json rename to definitions/rest/flow_type/http.proto.json diff --git a/definitions/http/runtime_definition/http_control_respond.proto.json b/definitions/rest/runtime_definition/http_control_respond.proto.json similarity index 100% rename from definitions/http/runtime_definition/http_control_respond.proto.json rename to definitions/rest/runtime_definition/http_control_respond.proto.json