Merge pull request #4038 from Vane11ope/patch-1

the link of wsproto was not displayed right.
This commit is contained in:
Thomas Kriechbaumer 2020-06-21 21:41:31 +02:00 committed by GitHub
commit 65cce78481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,8 +55,7 @@ can enable it with: `http2_priority=true`.
[RFC7692: Compression Extensions for WebSocket](http://tools.ietf.org/html/rfc7692)
WebSocket support in mitmproxy is based on [wsproto]
(https://github.com/python-hyper/wsproto) project. It fully encapsulates
WebSocket support in mitmproxy is based on [wsproto](https://github.com/python-hyper/wsproto) project. It fully encapsulates
WebSocket frames/messages/connections and provides an easy-to-use event-based
API.