-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Launch a web app in the default browser. -- -- This handles cross-platform launching and inserts Javascript code to -- ping the server. When the server no longer receives pings, it shuts -- down. @package wai-handler-launch @version 0.0.2 module Network.Wai.Handler.Launch run :: Application -> IO () runUrl :: String -> Application -> IO ()