Skip to content

Commit

Permalink
Expose responseEarlyHints constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Dec 19, 2023
1 parent 76e46f7 commit 07043c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions http-client/Network/HTTP/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ module Network.HTTP.Client
, responseBody
, responseCookieJar
, getOriginalRequest
, responseEarlyHints
, throwErrorStatusCodes
-- ** Response body
, BodyReader
Expand Down
1 change: 1 addition & 0 deletions http-conduit/Network/HTTP/Conduit.hs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ module Network.HTTP.Conduit
, responseHeaders
, responseBody
, responseCookieJar
, responseEarlyHints
-- * Manager
, Manager
, newManager
Expand Down

0 comments on commit 07043c2

Please sign in to comment.