mirror of
https://github.com/typeable/wai.git
synced 2025-01-07 14:51:40 +03:00
Missing punctuation
This commit is contained in:
parent
71e0a546a4
commit
3a3f71d601
@ -48,7 +48,7 @@ data Request = Request {
|
||||
-- | Path info in individual pieces - the URL without a hostname/port and
|
||||
-- without a query string, split on forward slashes.
|
||||
, pathInfo :: [Text]
|
||||
-- | Parsed query string information
|
||||
-- | Parsed query string information.
|
||||
, queryString :: H.Query
|
||||
-- | Get the next chunk of the body. Returns an empty bytestring when the
|
||||
-- body is fully consumed.
|
||||
|
Loading…
Reference in New Issue
Block a user