blob: e94b722ea72e90c79cbf47a5235a9dfe0f7acfe4 (
plain)
1
2
3
4
5
6
7
|
- 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?)
- update python mock (was developed against 1.5* and 2.* versions)
|