dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
741 stars 205 forks source link

Optional ability to add headers #105

Open talksik opened 7 months ago

talksik commented 7 months ago

This will allow users to set headers for the initial connection by passing a key value pair. Empowers applications to send custom headers such as authentication tokens/sessions to server.

lucasalberto01 commented 7 months ago

Add to the example how to use. Please

talksik commented 5 months ago

@lucasalberto01 added in example of headers and origin (a feature someone else added some time ago)

talksik commented 5 months ago

@dhbaird can we get this merged in?