update README

This commit is contained in:
nkzawa
2017-07-13 13:00:58 +09:00
parent e4f1a56cfc
commit cad9a3f85c

View File

@@ -114,7 +114,9 @@ socket = new Socket(opts);
This library supports all of the features the JS client does, including events, options and upgrading transport. Android is fully supported.
### Extra features only for Java client
Some features are added for simulating browser behavior like handling cookies.
#### Accessing HTTP Headers
You can access HTTP headers like the following.
```java
socket.on(Socket.EVENT_TRANSPORT, new Emitter.listener() {