Skip to content

Commit 6a78a17

Browse files
author
jj
committed
merge httpserver and httpserver-robaho into single project
1 parent 924a1ab commit 6a78a17

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

frameworks/Java/httpserver/config.toml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,58 @@ orm = "Raw"
2525
platform = "httpserver"
2626
webserver = "None"
2727
versus = ""
28+
29+
30+
[graalvm]
31+
urls.plaintext = "/plaintext"
32+
urls.json = "/json"
33+
approach = "Realistic"
34+
classification = "Platform"
35+
database = "None"
36+
database_os = "Linux"
37+
os = "Linux"
38+
orm = "Raw"
39+
platform = "httpserver"
40+
webserver = "None"
41+
versus = "httpserver"
42+
43+
44+
[robaho]
45+
urls.plaintext = "/plaintext"
46+
urls.json = "/json"
47+
approach = "Realistic"
48+
classification = "Platform"
49+
database = "None"
50+
database_os = "Linux"
51+
os = "Linux"
52+
orm = "Raw"
53+
platform = "httpserver"
54+
webserver = "None"
55+
versus = "httpserver"
56+
57+
58+
[robaho-postgres]
59+
urls.fortune = "/fortunes"
60+
approach = "Realistic"
61+
classification = "Platform"
62+
database = "Postgres"
63+
database_os = "Linux"
64+
os = "Linux"
65+
orm = "Raw"
66+
platform = "httpserver"
67+
webserver = "None"
68+
versus = ""
69+
70+
71+
[robaho-graalvm]
72+
urls.plaintext = "/plaintext"
73+
urls.json = "/json"
74+
approach = "Realistic"
75+
classification = "Platform"
76+
database = "None"
77+
database_os = "Linux"
78+
os = "Linux"
79+
orm = "Raw"
80+
platform = "httpserver"
81+
webserver = "None"
82+
versus = "httpserver-robaho"

0 commit comments

Comments
 (0)