Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. getUnixSocketAccessMode :: forall (m :: Type -> Type) a . Config m a -> Maybe Int

    snap-server Snap.Http.Server.Config

    Access mode for unix socket, by default is system specific. This should only be used to grant additional permissions to created socket file, and not to remove permissions set by default. The only portable way to limit access to socket is creating it in a directory with proper permissions set. Most BSD systems ignore access permissions on unix sockets. Note: This uses umask. There is a race condition if process creates other files at the same time as opening a unix socket with this option set.

  2. setUnixSocket :: forall (m :: Type -> Type) a . FilePath -> Config m a -> Config m a

    snap-server Snap.Http.Server.Config

    No documentation available.

  3. setUnixSocketAccessMode :: forall (m :: Type -> Type) a . Int -> Config m a -> Config m a

    snap-server Snap.Http.Server.Config

    No documentation available.

  4. getUnixSocket :: forall (m :: Type -> Type) a . Config m a -> Maybe FilePath

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

    File path to unix socket. Must be absolute path, but allows for symbolic links.

  5. getUnixSocketAccessMode :: forall (m :: Type -> Type) a . Config m a -> Maybe Int

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

    Access mode for unix socket, by default is system specific. This should only be used to grant additional permissions to created socket file, and not to remove permissions set by default. The only portable way to limit access to socket is creating it in a directory with proper permissions set. Most BSD systems ignore access permissions on unix sockets. Note: This uses umask. There is a race condition if process creates other files at the same time as opening a unix socket with this option set.

  6. setUnixSocket :: forall (m :: Type -> Type) a . FilePath -> Config m a -> Config m a

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

    No documentation available.

  7. setUnixSocketAccessMode :: forall (m :: Type -> Type) a . Int -> Config m a -> Config m a

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

    No documentation available.

  8. unixaccessmode :: Config (m :: Type -> Type) a -> Maybe Int

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

    No documentation available.

  9. unixsocket :: Config (m :: Type -> Type) a -> Maybe FilePath

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

    No documentation available.

  10. module TextShow.Data.Fixed

    Provides TextShow instance for Fixed, as well as the showbFixed function. Since: 2

Page 264 of many | Previous | Next