Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 593 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 593 Bytes

http-server

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.

Usage

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.

Contributing

Pull requests and Issues are welcome.

You can also email me at [email protected].

Licence

MIT