Skip to content

Commit cad9a3f

Browse files
committed
update README
1 parent e4f1a56 commit cad9a3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ socket = new Socket(opts);
114114
This library supports all of the features the JS client does, including events, options and upgrading transport. Android is fully supported.
115115

116116
### Extra features only for Java client
117-
Some features are added for simulating browser behavior like handling cookies.
117+
118+
#### Accessing HTTP Headers
119+
You can access HTTP headers like the following.
118120

119121
```java
120122
socket.on(Socket.EVENT_TRANSPORT, new Emitter.listener() {

0 commit comments

Comments
 (0)