TakahikoKawasaki / nv-websocket-client

High-quality WebSocket client implementation in Java.
Apache License 2.0
2.03k stars 292 forks source link

Support of overriding "HOST" value in the header #228

Open PerrySong opened 3 years ago

PerrySong commented 3 years ago

Hi, I happen to have a use case that I need to manually set up my Host header, which is different than the domain I am hitting. Do you think it is a useful feature to have in this package? If so, I am more than happy to make a pull request.