2021-05-03 21:01:21 by Masatake Daimon | Files touched by this commit (475) |
Log message:
*: Bump PKGREVISION for ghc-9.0.1
|
2021-04-24 20:00:16 by Masatake Daimon | Files touched by this commit (1) |
Log message:
Fix a typo in my previous commit
|
2021-04-24 19:57:51 by Masatake Daimon | Files touched by this commit (4) |
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
|
2020-05-11 19:52:21 by Roland Illig | Files touched by this commit (190) |
Log message:
hs-*: add PLIST files
These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes
to the packages. The Haskell packages didn't have PLIST files because
their paths contained package hashes. These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
|
2020-01-16 14:37:14 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Import http-client-0.6.4
An HTTP client engine, intended as a base layer for more user-friendly
packages.
This codebase has been refactored from http-conduit.
Note that, if you want to make HTTPS secure connections, you should
use http-client-tls in addition to this library.
|