Skip to content

Commit 0b847f2

Browse files
authored
Update README.md
1 parent 2b825c3 commit 0b847f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Gorilla WebSocket is a [Go](http://golang.org/) implementation of the
44
[WebSocket](http://www.rfc-editor.org/rfc/rfc6455.txt) protocol.
55

6+
[![Build Status](https://travis-ci.org/gorilla/websocket.svg?branch=master)](https://travis-ci.org/gorilla/websocket)
7+
[![GoDoc](https://godoc.org/github.com/gorilla/websocket?status.svg)](https://godoc.org/github.com/gorilla/websocket)
8+
69
### Documentation
710

811
* [API Reference](http://godoc.org/github.com/gorilla/websocket)
@@ -43,6 +46,7 @@ subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn
4346
<tr><td>Send <a href="https://tools.ietf.org/html/rfc6455#section-5.5.2">pings</a> and receive <a href="https://tools.ietf.org/html/rfc6455#section-5.5.3">pongs</a></td><td><a href="http://godoc.org/github.com/gorilla/websocket#hdr-Control_Messages">Yes</a></td><td>No</td></tr>
4447
<tr><td>Get the <a href="https://tools.ietf.org/html/rfc6455#section-5.6">type</a> of a received data message</td><td>Yes</td><td>Yes, see note 2</td></tr>
4548
<tr><td colspan="3">Other Features</tr></td>
49+
<tr><td><a href="https://tools.ietf.org/html/rfc7692">Compression Extensions</a></td><td>Experimental</td><td>No</td></tr>
4650
<tr><td>Read message using io.Reader</td><td><a href="http://godoc.org/github.com/gorilla/websocket#Conn.NextReader">Yes</a></td><td>No, see note 3</td></tr>
4751
<tr><td>Write message using io.WriteCloser</td><td><a href="http://godoc.org/github.com/gorilla/websocket#Conn.NextWriter">Yes</a></td><td>No, see note 3</td></tr>
4852
</table>

0 commit comments

Comments
 (0)