mirror of
https://github.com/typeable/wai.git
synced 2025-01-06 05:25:53 +03:00
Link to definition for empty bytestring
This commit is contained in:
parent
3a3f71d601
commit
2a20fa27b3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user