2.2.0
Changelog
- Numeric HTTP constants are now typed as enums
- All constants have been renamed according to the C++ Google Coding Style
- The return value of the
http::IResponseQueue::Pop
method has been updated to return anstd::optional
- The return value of the
http::IResponseQueue::Pop
now features astd::pair<Response, Context>
instead of astd::pair<Request, Context>
. - The
INetworkModule
now correctly inherits fromIModule