aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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?)