Path to this page:
Subject: CVS commit: pkgsrc/www/hs-http-client
From: Masatake Daimon
Date: 2021-04-24 19:57:51
Message id: 20210424175751.7FD83FA95@cvs.NetBSD.org
Log Message:
Update to http-client-0.7.8
0.7.8
* Include the original Request in the Response. Expose it via
getOriginalRequest.
0.7.7
* Allow secure cookies for localhost without HTTPS #460
0.7.6
* Add applyBearerAuth function #457
0.7.5
* Force closing connections in case of exceptions throwing #454.
0.7.4
* Depend on base64-bytestring instead of memory #453
0.7.3
* Added withSocket to Network.HTTP.Client.Connection.
0.7.2.1
* Fix bug in useProxySecureWithoutConnect.
0.7.2
* Add a new proxy mode, proxySecureWithoutConnect, for sending HTTPS
requests in plain text to a proxy without using the CONNECT method.
0.7.1
* Remove AI_ADDRCONFIG #400
0.7.0
* Remove Eq instances for Cookie, CookieJar, Response, Ord instance
for Cookie #435
0.6.4.1
* Win32 2.8 support #430
Files: