asynchttpserver's Response object's req method uses HttpMethod now.

Fixes #4423.
This commit is contained in:
Dominik Picheta
2016-09-25 00:39:57 +02:00
parent 6a83bc1ff5
commit 26c7a76c8a
4 changed files with 25 additions and 15 deletions

View File

@@ -69,6 +69,11 @@ that have tuple name:
value no longer requires this value to be prefixed with ``"http"``
(or similar).
- Converting a ``HttpMethod`` value to string using the ``$`` operator will
give string values without the ``"Http"`` prefix now.
- The ``Request`` object defined in the ``asynchttpserver`` module now uses
the ``HttpMethod`` type for the request method.
Library Additions
-----------------