Skip to content

Simple HTTP server built using the Go standard library.

License

Notifications You must be signed in to change notification settings

Guicbdiniz/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Simple HTTP server built using the Go standard library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published