Home
last modified time | relevance | path

Searched refs:headerToPair (Results 1 – 2 of 2) sorted by relevance

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-core-1.6.18/src/Yesod/Core/Internal/
H A DResponse.hs44 return $ ("Content-Type", ct) : map headerToPair sessionHeaders
45 let finalHeaders = extraHeaders ++ map headerToPair hs
81 headerToPair :: Header
83 headerToPair (AddCookie sc) = function
85 headerToPair (DeleteCookie key path) = function
94 headerToPair (Header key value) = (key, value) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-core-1.6.18/src/Yesod/Core/Internal/
H A DResponse.hs44 return $ ("Content-Type", ct) : map headerToPair sessionHeaders
45 let finalHeaders = extraHeaders ++ map headerToPair hs
81 headerToPair :: Header
83 headerToPair (AddCookie sc) = function
85 headerToPair (DeleteCookie key path) = function
94 headerToPair (Header key value) = (key, value) function