Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. simpleHTTPS :: ToMessage a => TLSConf -> ServerPartT IO a -> IO ()

    happstack-server-tls Happstack.Server.SimpleHTTPS

    start the https:// server, and handle requests using the supplied ServerPart. This function will not return, though it may throw an exception.

  2. simpleHTTPS' :: (ToMessage b, Monad m, Functor m) => (UnWebT m a -> UnWebT IO b) -> TLSConf -> ServerPartT m a -> IO ()

    happstack-server-tls Happstack.Server.SimpleHTTPS

    similar simpleHTTPS but allows you to supply a function to convert m to IO.

  3. module Happstack.Server.SimpleHTTPS

    No documentation available.

Page 3 of many | Previous | Next