From cad9a3f85c0e6ce325ae891990f9328de59fffbe Mon Sep 17 00:00:00 2001 From: nkzawa Date: Thu, 13 Jul 2017 13:00:58 +0900 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 041a873..7079a77 100644 --- a/README.md +++ b/README.md @@ -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() {