omorandi / tiws

a very simple Titanium module (iOS / Android) for creating native websockets
131 stars 63 forks source link

add support for custom request headers #19

Closed tomquas closed 9 years ago

tomquas commented 9 years ago

i need to open a websocket with an 'If-Modified-Since' request header so the backend knows it doesn't have to nuke my client with outdated data. any plans to implement this?