mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
Document breaking AsyncResponse change. Refs #5726.
This commit is contained in:
@@ -13,6 +13,9 @@ Changelog
|
||||
Changes affecting backwards compatibility
|
||||
-----------------------------------------
|
||||
|
||||
- There are now two different HTTP response types, ``Response`` and
|
||||
``AsyncResponse``. ``AsyncResponse``'s ``body`` accessor returns a
|
||||
``Future[string]``!
|
||||
- ``httpclient.request`` now respects ``maxRedirects`` option. Previously
|
||||
redirects were handled only by ``get`` and ``post`` procs.
|
||||
- The IO routines now raise ``EOFError`` for the "end of file" condition.
|
||||
|
||||
Reference in New Issue
Block a user