Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readRequestBody :: MonadSnap m => Word64 -> m ByteStringsnap-core Snap.Internal.Core Returns the request body as a lazy bytestring. /Note that the request is not actually provided lazily!/ Example:
ghci> :set -XOverloadedStrings ghci> import qualified Data.Map as M ghci> import qualified Snap.Test as T ghci> let r = T.put "/foo" "text/plain" "some text" ghci> T.runHandler r (readRequestBody 2048 >>= writeLBS) HTTP/1.1 200 OK server: Snap/test date: Thu, 07 Aug 2014 20:08:44 GMT some text
Since: 0.6-
vector-sized Data.Vector.Generic.Mutable.Sized O(1) Yield the element at a given type-safe position using Proxy.
-
vector-sized Data.Vector.Mutable.Sized O(1) Yield the element at a given type-safe position using Proxy.
-
vector-sized Data.Vector.Primitive.Mutable.Sized O(1) Yield the element at a given type-safe position using Proxy.
-
vector-sized Data.Vector.Storable.Mutable.Sized O(1) Yield the element at a given type-safe position using Proxy.
-
vector-sized Data.Vector.Unboxed.Mutable.Sized O(1) Yield the element at a given type-safe position using Proxy.
readCurrentWordB :: BufferM YiStringyi-core Yi.Buffer.HighLevel Reads in word at point.
-
yi-core Yi.Buffer.HighLevel Read the line the point is on
readPrevWordB :: BufferM YiStringyi-core Yi.Buffer.HighLevel Reads in word before point.
readRegionRopeWithStyleB :: Region -> RegionStyle -> BufferM YiStringyi-core Yi.Buffer.HighLevel No documentation available.