NAME

ChatApp::HTTP - HTTP request handler for the chat application

DESCRIPTION

Handles HTTP requests including static file serving and API endpoints.

API Endpoints

GET /api/rooms

Returns list of all rooms with user counts.

GET /api/room/:name/history

Returns message history for a room.

GET /api/room/:name/users

Returns list of users in a room.

GET /api/stats

Returns server statistics.