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. rsHeaders :: Response -> Headers

    happstack-server Happstack.Server.Types

    No documentation available.

  2. setHeader :: HasHeaders r => String -> String -> r -> r

    happstack-server Happstack.Server.Types

    Associates the key/value pair in the headers. Forces the key to be lowercase.

  3. setHeaderBS :: HasHeaders r => ByteString -> ByteString -> r -> r

    happstack-server Happstack.Server.Types

    Acts as setHeader but with ByteStrings.

  4. setHeaderUnsafe :: HasHeaders r => ByteString -> HeaderPair -> r -> r

    happstack-server Happstack.Server.Types

    Sets the key to the HeaderPair. This is the only way to associate a key with multiple values via the setHeader* functions. Does not force the key to be in lowercase or guarantee that the given key and the key in the HeaderPair will match.

  5. gxHead :: GenericXMLString s => s -> Char

    hexpat Text.XML.Expat.Annotated

    No documentation available.

  6. gxHead :: GenericXMLString s => s -> Char

    hexpat Text.XML.Expat.Extended

    No documentation available.

  7. xmlHeader :: ByteString

    hexpat Text.XML.Expat.Format

    The standard XML header with UTF-8 encoding.

  8. gxHead :: GenericXMLString s => s -> Char

    hexpat Text.XML.Expat.SAX

    No documentation available.

  9. gxHead :: GenericXMLString s => s -> Char

    hexpat Text.XML.Expat.Tree

    No documentation available.

  10. obs_header :: forall s (m :: Type -> Type) u a . Stream s m Char => String -> ParsecT s u m a -> ParsecT s u m a

    hsemail Text.Parsec.Rfc2822

    Like header, but allows the obsolete white-space rules.

Page 236 of many | Previous | Next