We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f1a56 commit cad9a3fCopy full SHA for cad9a3f
README.md
@@ -114,7 +114,9 @@ socket = new Socket(opts);
114
This library supports all of the features the JS client does, including events, options and upgrading transport. Android is fully supported.
115
116
### Extra features only for Java client
117
-Some features are added for simulating browser behavior like handling cookies.
+
118
+#### Accessing HTTP Headers
119
+You can access HTTP headers like the following.
120
121
```java
122
socket.on(Socket.EVENT_TRANSPORT, new Emitter.listener() {
0 commit comments