()
| 569 | } |
| 570 | |
| 571 | func finalHandle() http.Handler { |
| 572 | return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { |
| 573 | finalHandler(r).ServeHTTP(w, r) |
| 574 | }) |
| 575 | } |
| 576 | |
| 577 | func finalHandler(r *http.Request) http.Handler { |
| 578 | requestURIURL, err := url.Parse(r.URL.RequestURI()[1:]) |