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.
getHeadUnchecked :: (MonadDOM m, IsDocument self) => self -> m HTMLHeadElementghcjs-dom GHCJS.DOM.Document getHeadUnsafe :: (MonadDOM m, IsDocument self, HasCallStack) => self -> m HTMLHeadElementghcjs-dom GHCJS.DOM.Document mkCookieHeader :: Maybe (Int, UTCTime) -> Cookie -> Stringhappstack-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.
maxHeader :: BodyPolicy -> Int64happstack-server Happstack.Server.Internal.MessageWrap maximum bytes of overhead for headers in multipart/form-data
module Happstack.Server.Internal.
RFC822Headers Parsing of RFC822-style headers (name, value pairs) Partly based on code from WASHMail.
-
happstack-server Happstack.Server.Internal.RFC822Headers No documentation available.
-
happstack-server Happstack.Server.Internal.RFC822Headers No documentation available.
parseHeaders :: MonadFail m => SourceName -> String -> m [Header]happstack-server Happstack.Server.Internal.RFC822Headers No documentation available.
addHeader :: HasHeaders r => String -> String -> r -> rhappstack-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.
addHeaderBS :: HasHeaders r => ByteString -> ByteString -> r -> rhappstack-server Happstack.Server.Internal.Types Acts as addHeader except for ByteStrings