1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "framework": "cppcms",
- "tests": [{
- "default": {
- "json_url": "/json",
- "db_url": "/db",
- "query_url": "/queries/",
- "update_url": "/updates/",
- "fortune_url": "/fortunes",
- "plaintext_url": "/plaintext",
- "cached_query_url": "/cached-worlds/",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "MySQL",
- "framework": "None",
- "language": "C++",
- "flavor": "None",
- "orm": "Raw",
- "platform": "None",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "CppCMS-MySQL-nginx",
- "notes": ""
- },
- "postgres": {
- "json_url": "/json",
- "db_url": "/db",
- "query_url": "/queries/",
- "update_url": "/updates/",
- "fortune_url": "/fortunes",
- "plaintext_url": "/plaintext",
- "cached_query_url": "/cached-worlds/",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "postgres",
- "framework": "None",
- "language": "C++",
- "flavor": "None",
- "orm": "Raw",
- "platform": "None",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "CppCMS-PostgreSQL-nginx",
- "notes": ""
- },
- "direct": {
- "json_url": "/json",
- "db_url": "/db",
- "query_url": "/queries/",
- "update_url": "/updates/",
- "fortune_url": "/fortunes",
- "plaintext_url": "/plaintext",
- "cached_query_url": "/cached-worlds/",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "MySQL",
- "framework": "None",
- "language": "C++",
- "flavor": "None",
- "orm": "Raw",
- "platform": "None",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "CppCMS-MySQL-NoFront",
- "notes": "HTTP 1.0 and no Content-length header"
- }
- }]
- }
|