summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/tests/test_http_server.py
Commit message (Collapse)AuthorAgeFilesLines
* feat(node): add HTTP file API for browser access (Phase 4)Christophe Besson2026-08-091-0/+227
FastAPI app on port 19001: GET / (node info), GET /index (public group index JSON), GET /file/{id} (full download), GET /file/{id}/{n} (encrypted or plaintext chunk), GET /hls/{id}/playlist.m3u8 + GET /hls/{id}/{n}.ts (HLS streaming via ffmpeg). Public groups: index browsable without auth, files downloadable. Private groups: chunks encrypted with GEK, auth required. 7/7 tests passing. Full suite: 47/47. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>