dart-lang / http_parser

A platform-independent Dart package for parsing and serializing HTTP formats.
https://pub.dev/packages/http_parser
BSD 3-Clause "New" or "Revised" License
38 stars 28 forks source link

Point out WebSocketChannel deprecation in README #61

Open Sominemo opened 1 year ago

Sominemo commented 1 year ago

README.md still features WebSocketChannel as a feature, even though it was moved moved to the web_socket_channel package. Consider updating README to reflect that.