func net/http.htmlEscape

2 uses

	net/http (current package)
		server.go#L2179: 		body := "<a href=\"" + htmlEscape(url) + "\">" + statusText[code] + ".\n"
		server.go#L2194: func htmlEscape(s string) string {