Mercurial
comparison mrjunejune/test/auto_generated_test.c @ 242:543df0fe7168
[tools] Add full HLS player support
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 03 Aug 2026 13:14:41 -0700 |
| parents | c1eab8c0b0f9 |
| children | b8aa08503378 |
comparison
equal
deleted
inserted
replaced
| 241:9c2eec61a152 | 242:543df0fe7168 |
|---|---|
| 26 {"/tools/index.html", 301, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | 26 {"/tools/index.html", 301, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, |
| 27 {"/tools/markdown_to_html", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | 27 {"/tools/markdown_to_html", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, |
| 28 {"/tools/markdown_to_html/index.html", 301, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | 28 {"/tools/markdown_to_html/index.html", 301, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, |
| 29 {"/tools/file_converter", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | 29 {"/tools/file_converter", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, |
| 30 {"/tools/file_converter/index.html", 301, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | 30 {"/tools/file_converter/index.html", 301, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, |
| 31 {"/tools/hls_player", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | |
| 32 {"/tools/hls_player/index.html", 301, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | |
| 31 // TODO: POST route - POST /api/convert/image-to-webp - requires request body | 33 // TODO: POST route - POST /api/convert/image-to-webp - requires request body |
| 32 // TODO: POST route - POST /api/convert/video-to-mp4 - requires request body | 34 // TODO: POST route - POST /api/convert/video-to-mp4 - requires request body |
| 33 // TODO: Dynamic route - GET /api/download/:filename - fill in actual path | 35 // TODO: Dynamic route - GET /api/download/:filename - fill in actual path |
| 34 {"/blog", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, | 36 {"/blog", 200, SNAPSHOT_DIR, TEST_HOST, TEST_PORT}, |
| 35 // TODO: Dynamic route - GET /blog/:blog_id - fill in actual path | 37 // TODO: Dynamic route - GET /blog/:blog_id - fill in actual path |