Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for redirectWithQuery (0.53 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/webui.go

    			"/peek":          http.HandlerFunc(ui.peek),
    			"/flamegraph":    http.HandlerFunc(ui.stackView),
    			"/flamegraph2":   redirectWithQuery("flamegraph", http.StatusMovedPermanently), // Keep legacy URL working.
    			"/flamegraphold": redirectWithQuery("flamegraph", http.StatusMovedPermanently), // Keep legacy URL working.
    			"/saveconfig":    http.HandlerFunc(ui.saveConfig),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top