```
// from golang: net/http/transport.go
var portMap =map[string]string{
"http":"80",
"https":"443",
}