Skip to content

Commit b0cf8bc

Browse files
Merge pull request #77 from code0-tech/58-add-missing-http-settings
Added Http FlowType Settings
2 parents 50d4b6f + f1139aa commit b0cf8bc

File tree

1 file changed

+56
-1
lines changed

1 file changed

+56
-1
lines changed

definitions/http/flow_type/http.json

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,61 @@
11
{
22
"identifier": "HTTP",
3-
"settings": [],
3+
"settings": [
4+
{
5+
"identifier": "HTTP_URL",
6+
"unique": false,
7+
"data_type_identifier": "HTTP_URL",
8+
"default_value": null,
9+
"name": [
10+
{
11+
"code": "en-US",
12+
"content": "URL"
13+
}
14+
],
15+
"description": [
16+
{
17+
"code": "en-US",
18+
"content": "Specifies the HTTP URL endpoint."
19+
}
20+
]
21+
},
22+
{
23+
"identifier": "HTTP_METHOD",
24+
"unique": false,
25+
"data_type_identifier": "HTTP_METHOD",
26+
"default_value": null,
27+
"name": [
28+
{
29+
"code": "en-US",
30+
"content": "Method"
31+
}
32+
],
33+
"description": [
34+
{
35+
"code": "en-US",
36+
"content": "Specifies the HTTP request method (e.g., GET, POST, PUT, DELETE)."
37+
}
38+
]
39+
},
40+
{
41+
"identifier": "HTTP_HOST",
42+
"unique": false,
43+
"data_type_identifier": "HTTP_HOST",
44+
"default_value": 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+
]
57+
}
58+
],
459
"input_type_identifier": "HTTP_REQUEST",
560
"return_type_identifier": "HTTP_RESPONSE",
661
"editable": false,

0 commit comments

Comments
 (0)