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. getHeadUnchecked :: (MonadDOM m, IsDocument self) => self -> m HTMLHeadElement

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.head documentation

  2. getHeadUnsafe :: (MonadDOM m, IsDocument self, HasCallStack) => self -> m HTMLHeadElement

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.head documentation

  3. mkCookieHeader :: Maybe (Int, UTCTime) -> Cookie -> String

    happstack-server Happstack.Server.Internal.Cookie

    Set a Cookie in the Result. The values are escaped as per RFC 2109, but some browsers may have buggy support for cookies containing e.g. '"' or ' '. Also, it seems that chrome, safari, and other webkit browsers do not like cookies which have double quotes around the domain and reject/ignore the cookie. So, we no longer quote the domain. internet explorer does not honor the max-age directive so we set both max-age and expires. See CookieLife and calcLife for a convenient way of calculating the first argument to this function.

  4. maxHeader :: BodyPolicy -> Int64

    happstack-server Happstack.Server.Internal.MessageWrap

    maximum bytes of overhead for headers in multipart/form-data

  5. module Happstack.Server.Internal.RFC822Headers

    Parsing of RFC822-style headers (name, value pairs) Partly based on code from WASHMail.

  6. pHeader :: Parser Header

    happstack-server Happstack.Server.Internal.RFC822Headers

    No documentation available.

  7. pHeaders :: Parser [Header]

    happstack-server Happstack.Server.Internal.RFC822Headers

    No documentation available.

  8. parseHeaders :: MonadFail m => SourceName -> String -> m [Header]

    happstack-server Happstack.Server.Internal.RFC822Headers

    No documentation available.

  9. addHeader :: HasHeaders r => String -> String -> r -> r

    happstack-server Happstack.Server.Internal.Types

    Add a key/value pair to the header. If the key already has a value associated with it, then the value will be appended. Forces the key to be lowercase.

  10. addHeaderBS :: HasHeaders r => ByteString -> ByteString -> r -> r

    happstack-server Happstack.Server.Internal.Types

    Acts as addHeader except for ByteStrings

Page 232 of many | Previous | Next