diff options
author | toni <toni@pdp7.tq-net.de> | 2017-11-16 15:07:12 +0100 |
---|---|---|
committer | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-11-27 15:36:43 +0100 |
commit | ef0f08a3d4d8eeb118592bc96480109d7b78e37b (patch) | |
tree | 8e57959487f08dd743b2728ab6fc0269b17cf4bd /TODO | |
parent | 91f979252aa3ce910b2a7a577f807a941b24a555 (diff) |
initial commit
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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?) |