
Description:
HTTP server using Java, capable of handling various HTTP methods (GET, POST, PUT, DELETE) and serving static files.
Features :
Supports HTTP methods: GET, POST, PUT, DELETE
Serves static files with correct MIME types
Handles various content types: HTML, text, images, PDF, etc.
Provides basic error handling and status code responses