NewV takes a vanilla http.Handler and wraps it into a torque.Handler.
This allows it to be rendered to an outlet when used within a RouterProvider.
It also enables parts of the Controller API including PluginProvider,
GuardProvider and PanicBoundary. These interfaces can be implemented
on the given http.Handler to provide additional functionality.