A toy http-server based on IO multiplexing.
- support
GETmethod request only - support
200/400/403/404/500status code handle
java -jar httpserver.jar [ipAddress] [port]- unified exception handling
- support json format parsing
The toy-httpserver is under the MIT License.