const net/http.StatusTemporaryRedirect
5 uses
net/http (current package)
server.go#L2671: return RedirectHandler(u.String(), StatusTemporaryRedirect), u.Path, nil, nil
server.go#L2687: return RedirectHandler(u.String(), StatusTemporaryRedirect), n.pattern.String(), nil, nil
server.go#L2696: return RedirectHandler(u.String(), StatusTemporaryRedirect), patStr, nil, nil
status.go#L33: StatusTemporaryRedirect = 307 // RFC 9110, 15.4.8
status.go#L123: case StatusTemporaryRedirect:
 |
The pages are generated with Golds v0.8.4. (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. |