mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-29 02:33:58 +00:00
asynchttpserver's Response object's req method uses HttpMethod now.
Fixes #4423.
This commit is contained in:
@@ -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
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user