Skip to content

2.2.0

Compare
Choose a tag to compare
@dhbrojas dhbrojas released this 05 Feb 11:01
· 61 commits to main since this release
7c4985b

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 an std::optional
  • The return value of the http::IResponseQueue::Pop now features a std::pair<Response, Context> instead of a std::pair<Request, Context>.
  • The INetworkModule now correctly inherits from IModule