Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setOnException :: ExceptionHook hookState -> ServerConfig hookState -> ServerConfig hookState

    snap-server Snap.Http.Server.Types

    No documentation available.

  2. setOnNewRequest :: NewRequestHook hookState -> ServerConfig hookState -> ServerConfig hookState

    snap-server Snap.Http.Server.Types

    No documentation available.

  3. setOnParse :: ParseHook hookState -> ServerConfig hookState -> ServerConfig hookState

    snap-server Snap.Http.Server.Types

    No documentation available.

  4. setOnUserHandlerFinished :: UserHandlerFinishedHook hookState -> ServerConfig hookState -> ServerConfig hookState

    snap-server Snap.Http.Server.Types

    No documentation available.

  5. setAccessLog :: forall (m :: Type -> Type) a . ConfigLog -> Config m a -> Config m a

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

  6. setBind :: forall (m :: Type -> Type) a . ByteString -> Config m a -> Config m a

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

  7. setCompression :: forall (m :: Type -> Type) a . Bool -> Config m a -> Config m a

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

  8. setDefaultTimeout :: forall (m :: Type -> Type) a . Int -> Config m a -> Config m a

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

  9. setErrorHandler :: (SomeException -> m ()) -> Config m a -> Config m a

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

  10. setErrorLog :: forall (m :: Type -> Type) a . ConfigLog -> Config m a -> Config m a

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

Page 346 of many | Previous | Next