Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. HeaderResult :: [Header] -> InputWorker -> InputIter

    happstack-server Happstack.Server.Internal.Multipart

    No documentation available.

  2. HeaderWork :: ByteString -> Work

    happstack-server Happstack.Server.Internal.Multipart

    No documentation available.

  3. type Header = (String, String)

    happstack-server Happstack.Server.Internal.RFC822Headers

    No documentation available.

  4. data HeaderPair

    happstack-server Happstack.Server.Internal.Types

    an HTTP header

  5. HeaderPair :: ByteString -> [ByteString] -> HeaderPair

    happstack-server Happstack.Server.Internal.Types

    No documentation available.

  6. type Headers = Map ByteString HeaderPair

    happstack-server Happstack.Server.Internal.Types

    a Map of HTTP headers the Map key is the header converted to lowercase

  7. data HeaderPair

    happstack-server Happstack.Server.Types

    an HTTP header

  8. HeaderPair :: ByteString -> [ByteString] -> HeaderPair

    happstack-server Happstack.Server.Types

    No documentation available.

  9. type Headers = Map ByteString HeaderPair

    happstack-server Happstack.Server.Types

    a Map of HTTP headers the Map key is the header converted to lowercase

  10. data Headers

    http-common Network.Http.Types

    The map of headers in a Request or Response. Note that HTTP header field names are case insensitive, so if you call setHeader on a field that's already defined but with a different capitalization you will replace the existing value.

Page 97 of many | Previous | Next