summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-06-02 18:31:22 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2016-06-02 18:31:22 +0100
commit3074973f5473985691a03d9374a5b88e9151a5b4 (patch)
tree59f1a21633392bbb7f0a077c702432ffd528725f /web
parent2b162c04b17537ac6fa00f0443a89e75f09a792f (diff)
downloadNim-3074973f5473985691a03d9374a5b88e9151a5b4.tar.gz
The asynchttpserver module now uses a HttpHeaders object.
Diffstat (limited to 'web')
-rw-r--r--web/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index ef8775f9b..7eb80fea7 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -59,6 +59,10 @@ Changes affecting backwards compatibility
   for the C backend (using ``strcmp``), not reference comparisons anymore.
   Convert the cstrings to pointers if you really want reference equality
   for speed.
+- HTTP headers are now stored in a ``HttpHeaders`` object instead of a
+  ``StringTableRef``. This object allows multiple values to be associated with
+  a single key. A new ``httpcore`` module implements it and it is used by
+  both ``asynchttpserver`` and ``httpclient``.
 
 
 Library Additions