mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-29 10:09:11 +03:00
first commit using PsychicHttp
This commit is contained in:
16
lib/PsychicHttp/CHANGELOG.md
Normal file
16
lib/PsychicHttp/CHANGELOG.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# v1.1
|
||||
|
||||
* Changed the internal structure to support request handlers on endpoints and generic requests that do not match an endpoint
|
||||
* websockets, uploads, etc should now create an appropriate handler and attach to an endpoint with the server.on() syntax
|
||||
* Added PsychicClient to abstract away some of the internals of ESP-IDF sockets + add convenience
|
||||
* onOpen and onClose callbacks have changed as a result
|
||||
* Added support for EventSource / SSE
|
||||
* Added support for multipart file uploads
|
||||
* changed getParam() to return a PsychicWebParameter in line with ESPAsyncWebserver
|
||||
* Renamed various classes / files:
|
||||
* PsychicHttpFileResponse -> PsychicFileResponse
|
||||
* PsychicHttpServerEndpoint -> PsychicEndpoint
|
||||
* PsychicHttpServerRequest -> PsychicRequest
|
||||
* PsychicHttpServerResponse -> PsychicResponse
|
||||
* PsychicHttpWebsocket.h -> PsychicWebSocket.h
|
||||
* Websocket => WebSocket
|
||||
Reference in New Issue
Block a user