Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for htmlReplacer (0.09 sec)

  1. src/net/http/fs.go

    		// part of the URL path, and not indicate the start of a query
    		// string or fragment.
    		url := url.URL{Path: name}
    		fmt.Fprintf(w, "<a href=\"%s\">%s</a>\n", url.String(), htmlReplacer.Replace(name))
    	}
    	fmt.Fprintf(w, "</pre>\n")
    }
    
    // serveError serves an error from ServeFile, ServeFileFS, and ServeContent.
    // Because those can all be configured by the caller by setting headers like
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 17:06:47 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top