Simple HTTP server built using the Go standard library.
It was developed for studying purposes only and should not be use in any type of production environment.
Simply create a HttpServer instance, add routes to it with the SetUpRoute function and listen to any incoming requests using the Listen function.
The src/main module has a simple example to ilustrate the project usage.
Pull requests and Issues are welcome.
You can also email me at [email protected].