🎯 Captur Test Server

HTTP/WebSocket Traffic Interception & Monitoring

Server Online

🔍 Monitoring Tools

🛠️ Testing Tools

📡 API Endpoints

Health & Status

GET /health - Server health check

JSON API

GET /api/data - Simple JSON response (~1-2KB)
GET /api/large-data - Array of 500 items (~50-100KB)
GET /api/large-dataset - Array of 1000 items (~100-200KB)
GET /api/bigjson - Large JSON for chunking tests (~2MB)

Large Files

GET /api/file/15mb - 15 MB binary file (8 chunks, 2MB each)
GET /large-file - Large file streaming (configurable size)

Compression

GET /gzip - Gzip compressed content
GET /brotli - Brotli compressed content
GET /deflate - Deflate compressed content
GET /chunked-html - Large HTML with chunked encoding (~160KB)

WebSocket

WS /ws - WebSocket echo server

Pattern Testing

GET /patterns/youtube* - YouTube pattern matching test
GET /patterns/google* - Google pattern matching test
GET /patterns/api/v1/* - API v1 pattern test