You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.2.4
- Fixed a bug in the REST-API example (Content-Length header was set to garbage)
- std::strings are passed as const ref whereever possible
- Fixed a small bug in HTTPRequest::getMethod, it now returns the met…
…hod used by the client instead of the method specified in the matching resource node (relevant especially for default nodes)
- Added REST API example
Version 0.2.0
Changelog:
- Script to create test CA now uses include guards
- First work on the websocket implementation (still not complete, though)
- Added websocket example sketch
- Added parameter validation
- Added function to create self-signed certificate