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