Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. data Proxy a

    safecopy Data.SafeCopy.Internal

    No documentation available.

  2. Proxy :: Proxy a

    safecopy Data.SafeCopy.Internal

    No documentation available.

  3. data ProxyType

    snap-server Snap.Http.Server.Config

    FIXME Note: this type changed in snap-server 1.0.0.0.

  4. type ParseHook hookState = IORef hookState -> Request -> IO ()

    snap-server Snap.Http.Server.Types

    The ParseHook is called after the HTTP Request has been parsed by the server, but before the user handler starts running.

  5. data PerSessionData

    snap-server Snap.Http.Server.Types

    All of the things a session needs to service a single HTTP request.

  6. PreBound :: Socket -> SocketConfig

    snap-server Snap.Http.Server.Types

    No documentation available.

  7. data ProxyType

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

    FIXME Note: this type changed in snap-server 1.0.0.0.

  8. type ParseHook hookState = IORef hookState -> Request -> IO ()

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

    The ParseHook is called after the HTTP Request has been parsed by the server, but before the user handler starts running.

  9. data PerSessionData

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

    All of the things a session needs to service a single HTTP request.

  10. PerSessionData :: {-# UNPACK #-} !IORef Bool -> (Int -> Int) -> IO () -> !IORef Bool -> SendFileHandler -> ByteString -> Int -> ByteString -> Int -> !InputStream ByteString -> !OutputStream ByteString -> PerSessionData

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

    No documentation available.

Page 421 of many | Previous | Next