func net/http.RedirectHandler
7 uses
net/http (current package)
servemux121.go#L112: return RedirectHandler(u.String(), StatusMovedPermanently), u.Path
servemux121.go#L126: return RedirectHandler(u.String(), StatusMovedPermanently), u.Path
servemux121.go#L132: return RedirectHandler(u.String(), StatusMovedPermanently), pattern
server.go#L2384: func RedirectHandler(url string, code int) Handler {
server.go#L2597: return RedirectHandler(u.String(), StatusMovedPermanently), u.Path, nil, nil
server.go#L2613: return RedirectHandler(u.String(), StatusMovedPermanently), u.Path, nil, nil
server.go#L2622: return RedirectHandler(u.String(), StatusMovedPermanently), patStr, nil, nil
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |