Skip to content

Commit 56dfb34

Browse files
Merge pull request #185 from code0-tech/174-remove-host-setting
Remove Http Host from Http Flow Type
2 parents feb2afa + 6453f0f commit 56dfb34

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

definitions/http/flow_type/http.proto.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,6 @@
3636
"content": "Specifies the HTTP request method (e.g., GET, POST, PUT, DELETE)."
3737
}
3838
]
39-
},
40-
{
41-
"identifier": "HTTP_HOST",
42-
"unique": false,
43-
"dataTypeIdentifier": "TEXT",
44-
"defaultValue": null,
45-
"name": [
46-
{
47-
"code": "en-US",
48-
"content": "Host"
49-
}
50-
],
51-
"description": [
52-
{
53-
"code": "en-US",
54-
"content": "Specifies the target host name or IP address."
55-
}
56-
]
5739
}
5840
],
5941
"inputTypeIdentifier": "HTTP_ADAPTER_INPUT",

0 commit comments

Comments
 (0)