Skip to content

Commit

Permalink
wai: moved 'setRequestBodyChunks' to the "Request Modifiers" section
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlix committed Oct 26, 2023
1 parent 991edb9 commit f6f7845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wai/Network/Wai.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ module Network.Wai
, remoteHost
, pathInfo
, queryString
, setRequestBodyChunks
, getRequestBodyChunk
, requestBody
, vault
Expand All @@ -68,6 +67,7 @@ module Network.Wai
, lazyRequestBody
, consumeRequestBodyLazy
-- ** Request modifiers
, setRequestBodyChunks
, mapRequestHeaders
-- * Response
, Response
Expand Down

0 comments on commit f6f7845

Please sign in to comment.