NoOutlet

NoOutlet indicates to the Router that the given http.Handler should not be wrapped when adding it via Handle. This is useful when you want to pass a vanilla http.Handler to a Router that shouldn't be wrapped by its parent's output.