Skip to content

firejq/toy-httpserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toy-httpserver

A toy http-server based on IO multiplexing.

Feature

  • support GET method request only
  • support 200/400/403/404/500 status code handle

Usage

java -jar httpserver.jar [ipAddress] [port]

Todo

  • unified exception handling
  • support json format parsing

License

The toy-httpserver is under the MIT License.

About

A toy http-server based on IO multiplexing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages