MCPcopy Create free account
hub / github.com/PuerNya/git-proxy / finalHandle

Function finalHandle

main.go:571–575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

runFunction · 0.85

Calls 1

finalHandlerFunction · 0.85

Tested by

no test coverage detected