ArduinoWebsockets icon indicating copy to clipboard operation
ArduinoWebsockets copied to clipboard

Added support for header modification

Open aqexhu opened this issue 6 months ago • 0 comments

Adding support for modifying headers for websocket connections. AddHeader already existed, but changing headers were not supported.

Pull request adds setHeader, which is called with key/value of new header and a bool for adding it, if header key not existed before.

aqexhu avatar May 06 '25 09:05 aqexhu