davidstump / SwiftPhoenixClient

Connect your Phoenix and iOS applications through WebSockets!
MIT License
506 stars 146 forks source link

Added headers to be sent to Websocket #249

Closed dsrees closed 11 months ago

dsrees commented 11 months ago

What Changed

socket.headers = ["foo": "bar"]
socket.connect()