Use distinct range for HttpCode as suggested by @nigredo-tori.

This commit is contained in:
Dominik Picheta
2016-09-19 20:58:27 +02:00
parent 1fb5dd2477
commit cfd187d16e
3 changed files with 121 additions and 55 deletions

View File

@@ -65,6 +65,9 @@ that have tuple name:
- ``AsyncHttpClient.headers`` type is now ``HttpHeaders``.
- The `$` operator for ``HttpCode`` no longer exists, use the ``status``
procedure to get the code's status message.
Library Additions
-----------------