|
1 | 1 | { |
2 | | - "framework": "genhttp", |
| 2 | + "framework": "genhttp", |
| 3 | + "maintainers": ["Kaliumhexacyanoferrat"], |
3 | 4 | "tests": [{ |
4 | 5 | "default": { |
5 | 6 | "plaintext_url": "/plaintext", |
|
17 | 18 | "language": "C#", |
18 | 19 | "orm": "Raw", |
19 | 20 | "platform": ".NET", |
20 | | - "webserver": "Kestrel", |
| 21 | + "webserver": "GenHTTP", |
21 | 22 | "os": "Linux", |
22 | 23 | "database_os": "Linux", |
23 | | - "display_name": "GenHTTP", |
| 24 | + "display_name": "genhttp [internal]", |
24 | 25 | "notes": "" |
25 | 26 | } |
26 | | - }] |
| 27 | + }, |
| 28 | + { |
| 29 | + "kestrel": { |
| 30 | + "plaintext_url": "/plaintext", |
| 31 | + "json_url": "/json", |
| 32 | + "db_url": "/db", |
| 33 | + "query_url": "/queries/", |
| 34 | + "update_url": "/updates/", |
| 35 | + "fortune_url": "/fortunes", |
| 36 | + "cached_query_url": "/cached-worlds/", |
| 37 | + "port": 8080, |
| 38 | + "approach": "Realistic", |
| 39 | + "classification": "Fullstack", |
| 40 | + "database": "Postgres", |
| 41 | + "framework": "GenHTTP", |
| 42 | + "language": "C#", |
| 43 | + "orm": "Raw", |
| 44 | + "platform": ".NET", |
| 45 | + "webserver": "Kestrel", |
| 46 | + "os": "Linux", |
| 47 | + "database_os": "Linux", |
| 48 | + "display_name": "genhttp [kestrel]", |
| 49 | + "notes": "" |
| 50 | + } |
| 51 | + }] |
27 | 52 | } |
0 commit comments