Simple basic http package. Мanual implementation of HTTP handler for the server.
- To install this module into your go.mod file use:
$go get github.com/SardorMS/http
- To start the local web server use:
go run main.go
Examples:
GET http://127.0.0.1:9999/category7/1?query=hi HTTP/1.1
{
"Hello Everybody. My name is John."
}