Skip to content

Tags: fhessel/esp32_https_server

Tags

v1.0.0

Verified

This tag was signed with the committer’s verified signature.
fhessel Frank Hessel

v0.3.1

Verified

This tag was signed with the committer’s verified signature.
fhessel Frank Hessel
Version 0.3.1

Fixes:
- Issues regarding websockets (#58, #59)

Features and other changes:
- Update docs
- Update meta data for Arduino
- Update readme

v0.3.0

Version 0.3.0

Fixes:
- Clean close connections correctly when stopping the server
- Fix off-by-one error in number formatting (e.g. content-length)
- Close WebSockets properly when shutting down the server.
- Handle percent encoding of URL and request parameters.
- WebSocket example: Hostname instead of IP

New "Features" and other changes:
- Add HTTP Status Code 431 - Header too long
- Added doxgen documentation
- Some Typos
- Allow modification of HTTPSServerConstants using CFLAGS
- Configurable logging
- Use spaces everywhere

Breaking Changes:
- HTTPConnection::clientError/serverError -> raiseError(code, reason)

v0.2.4

Verified

This tag was signed with the committer’s verified signature.
fhessel Frank Hessel
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

v0.2.3

Verified

This tag was signed with the committer’s verified signature.
fhessel Frank Hessel
Version 0.2.3

- Connection-Header is now parsed case-insensitive (so Keep-Alive from the client works as well as keep-alive)

v0.2.2

Verified

This tag was signed with the committer’s verified signature.
fhessel Frank Hessel
- 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

v0.2.1

Verified

This tag was signed with the committer’s verified signature.
fhessel Frank Hessel
Add v0.2.1 tag as the Platform IO crawler did pick up the half-ready …

…release from the master branch 🙄

v0.2.0

Verified

This tag was signed with the committer’s verified signature.
fhessel Frank Hessel
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

v0.1.1

Version 0.1.1

Changelog:
- Added tags to ResourceNodes