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.
class
AllToResponseHeader (hs :: k)servant-openapi3 Servant.OpenApi.Internal No documentation available.
class
ToResponseHeader (h :: k)servant-openapi3 Servant.OpenApi.Internal No documentation available.
toAllResponseHeaders :: AllToResponseHeader hs => Proxy hs -> InsOrdHashMap HeaderName Headerservant-openapi3 Servant.OpenApi.Internal No documentation available.
toResponseHeader :: ToResponseHeader h => Proxy h -> (HeaderName, Header)servant-openapi3 Servant.OpenApi.Internal No documentation available.
class
AllToResponseHeader (hs :: k)servant-swagger Servant.Swagger.Internal No documentation available.
class
ToResponseHeader (h :: k)servant-swagger Servant.Swagger.Internal No documentation available.
toAllResponseHeaders :: AllToResponseHeader hs => Proxy hs -> InsOrdHashMap HeaderName Headerservant-swagger Servant.Swagger.Internal No documentation available.
toResponseHeader :: ToResponseHeader h => Proxy h -> (HeaderName, Header)servant-swagger Servant.Swagger.Internal No documentation available.
sendfileFdWithHeader :: Socket -> Fd -> FileRange -> IO () -> [ByteString] -> IO ()simple-sendfile Network.Sendfile Simple binding for send() and sendfile() of Linux. Used system calls:
- EntireFile -- send(), stat() and sendfile()
- PartOfFile -- send() and sendfile()
sendfileWithHeader :: Socket -> FilePath -> FileRange -> IO () -> [ByteString] -> IO ()simple-sendfile Network.Sendfile Simple binding for send() and sendfile() of Linux. Used system calls:
- EntireFile -- send(), open(), stat(), sendfile(), and close()
- PartOfFile -- send(), open(), sendfile(), and close()