HTTP client's request proc no longer slices http method string param.

This commit is contained in:
Dominik Picheta
2016-09-25 00:10:07 +02:00
parent 545e24b8ff
commit 6a83bc1ff5
2 changed files with 10 additions and 4 deletions

View File

@@ -65,6 +65,11 @@ that have tuple name:
- ``AsyncHttpClient.headers`` type is now ``HttpHeaders``.
- The ``httpclient.request`` procedure that takes the ``httpMethod`` as a string
value no longer requires this value to be prefixed with ``"http"``
(or similar).
Library Additions
-----------------