java-WebServer icon indicating copy to clipboard operation
java-WebServer copied to clipboard

A simple multi-threaded HTTP 1.1 Server implemented in Java for educational purposes based on W3C specifications

Results 2 java-WebServer issues
Sort by recently updated
recently updated
newest added

Hello good, I have updated your program and I have put icons. When starting it in the terminal, a window will appear to put the port we want. I have...

Hey, line 125 should be changed to String ext = uri.substring(uri.lastIndexOf(".") + 1); as there are files with two . in the name.