v0.19.0
- Upgrade from a hyper request to a websocket connection
- Upgrade all crate dependencies (openssl, hyper, etc.)
- Make openssl an optional dependency
- Use any Read/Write stream to make a websocket connection
- Make clients with builder style API
- Add / check protocols, extensions, headers, when upgrading connectin
- Add / check protocols, extensions, headers, when building client
- Docs for everything new
- Much cleaner API overall