A simple localhost golang standard web server at the requested port or with a fallback 8770 port responding with the requested path.
λ go run echopathws.go 8770
Starting localhost:8770...
Set HTTP handler @ localhost:8770...
Http Get Request:
http://localhost:8770/simple web request/
Html Response:
"simple web request/"