mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-29 11:47:56 +00:00
HTTP client's request proc no longer slices http method string param.
This commit is contained in:
@@ -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
|
||||
-----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user