8000 Tags · harvic3/esp32_https_server · GitHub
[go: up one dir, main page]

Skip to content

Tags: harvic3/esp32_https_server

Tags

v0.2.4

Toggle v0.2.4's commit message

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

Toggle v0.2.3's commit message

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

Toggle v0.2.2's commit message

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

Toggle v0.2.1's commit message

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

Toggle v0.2.0's commit message

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

Toggle v0.1.1's commit message
Version 0.1.1

Changelog:
- Added tags to ResourceNodes
0