Link to definition for empty bytestring

This commit is contained in:
David Turner 2014-07-22 10:10:54 +01:00
parent 3a3f71d601
commit 2a20fa27b3

View File

@ -50,7 +50,7 @@ data Request = Request {
, pathInfo :: [Text]
-- | Parsed query string information.
, queryString :: H.Query
-- | Get the next chunk of the body. Returns an empty bytestring when the
-- | Get the next chunk of the body. Returns 'B.empty' when the
-- body is fully consumed.
, requestBody :: IO B.ByteString
-- | A location for arbitrary data to be shared by applications and middleware.