Skip to content

Commit

Permalink
Add links to RFCs and explicitly mention HTTP/2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 23, 2019
1 parent 9e58107 commit ab46d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Async::WebSocket

A simple asynchronous websocket client/server implementation.
A simple asynchronous websocket client/server implementation for [HTTP/1](https://tools.ietf.org/html/rfc6455) and [HTTP/2](https://tools.ietf.org/html/rfc8441).

[![Build Status](https://secure.travis-ci.org/socketry/async-websocket.svg)](http://travis-ci.org/socketry/async-websocket)
[![Code Climate](https://codeclimate.com/github/socketry/async-websocket.svg)](https://codeclimate.com/github/socketry/async-websocket)
Expand Down

0 comments on commit ab46d7a

Please sign in to comment.