Files
engine.io-client-java/src/test/java/io/socket
Damien Arrachequesne dfe65e3b3b feat: add an extraHeaders option
Similar to the option of the JS client:

```java
opts = new Socket.Options();
opts.extraHeaders = singletonMap("authorization", singletonList("bearer abcd"));
socket = new Socket(opts);
```

Note: the refactor of the options (similar to [1]) will be done in a
future step.

[1] 5f47a50ee5
2020-12-11 14:20:45 +01:00
..
2015-08-31 02:34:28 +09:00
2020-12-11 14:20:45 +01:00
2015-08-31 02:34:28 +09:00
2015-08-31 02:34:28 +09:00
2015-08-31 02:34:28 +09:00
2016-01-31 00:59:12 +09:00