aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authortoni <toni@pdp7.tq-net.de>2017-11-16 15:07:12 +0100
committerToni Uhlig <Toni.Uhlig@tq-group.com>2017-11-27 15:36:43 +0100
commitef0f08a3d4d8eeb118592bc96480109d7b78e37b (patch)
tree8e57959487f08dd743b2728ab6fc0269b17cf4bd /TODO
parent91f979252aa3ce910b2a7a577f807a941b24a555 (diff)
initial commit
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..e404772
--- /dev/null
+++ b/TODO
@@ -0,0 +1,5 @@
+- switch to https://github.com/mrtazz/restclient-cpp if its "cleaner" and more usable?
+
+- shrink Http.hpp (server is not needed afaik)
+- port Http.hpp to HTTP/1.1 (chunked transport)
+- Http.hpp uses Maps and Multimaps (What happens with multiple values per key e.g. multiple Set-Cookie's in one response?)