diff options
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?) |