-- 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 3.0.0

module Network.Wai.Handler.Launch
run :: Application -> IO ()
runUrl :: String -> Application -> IO ()
runUrlPort :: Int -> String -> Application -> IO ()
