Soketto v0.6
- [changed] Expose the
Origin
headers from the client handshake onClientRequest
#35 - [changed] Update handshake error to expose a couple of new variants (
IncompleteHttpRequest
andSecWebSocketKeyInvalidLength
) #35 - [added] Add
send_text_owned
method toSender
as an optimisation when you can pass an ownedString
in #36 - [updated] Run rustfmt over the repository, and minor tidy up #41