HTTP server starts on port 8080.
The server accepts requests on the default route.
The port can be modified in the file: main.go
To build and run a binary http_server:
make run> curl localhost:8080
User-Agent header needs to contain a value larger than 40 bytes, current value is of 10 bytes, curl/8.7.1
make test