Skip to content

claudineyns/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-server

Very Basic Http Server Java Implementation

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them.

Java JDK 1.8 or higher.

Installing

Just clone this project on your favorite Java-Compatible IDE and have fun.

Available HTTP endpoints

Once started the server will listen on 127.0.0.1:8080 and the following endpoints are going to be available:

URI Supported Methods
/ OPTIONS, GET, POST
/echo POST
/page GET
/spec GET
/live GET
/ready GET

Deployment

.

Built With

  • Maven - Dependency Management

Contributing

.

Versioning

This project uses SemVer for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

Very Basic Http Server Powered By Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published