Skip to content

Commit 94f0f16

Browse files
Other files
1 parent c8d115b commit 94f0f16

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.dub
2+
docs.json
3+
__dummy.html
4+
docs/
5+
/photon-http
6+
photon-http.so
7+
photon-http.dylib
8+
photon-http.dll
9+
photon-http.a
10+
photon-http.lib
11+
photon-http-test-*
12+
*.exe
13+
*.pdb
14+
*.o
15+
*.obj
16+
*.lst
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"framework": "photon-http",
3+
"tests": [
4+
{
5+
"default": {
6+
"json_url": "/json",
7+
"plaintext_url": "/plaintext",
8+
"port": 8080,
9+
"approach": "Stripped",
10+
"classification": "Platform",
11+
"database": "None",
12+
"framework": "None",
13+
"language": "D",
14+
"flavor": "None",
15+
"orm": "None",
16+
"platform": "None",
17+
"webserver": "None",
18+
"os": "Linux",
19+
"database_os": "Linux",
20+
"display_name": "photon-http",
21+
"notes": "",
22+
"versus": "None"
23+
}
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)