golang.org/x/pkgsite/internal/frontend.Server.proxyPlayground (method)

3 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		playground.go#L26: func (s *Server) proxyPlayground(w http.ResponseWriter, r *http.Request) {
		server.go#L141: 	handle("/play/compile", http.HandlerFunc(s.proxyPlayground))
		server.go#L143: 	handle("/play/share", http.HandlerFunc(s.proxyPlayground))