Commit Graph

24 Commits

Author SHA1 Message Date
Alex Touchet 614200a2fa
Update Autobahn Test Suite page 2023-10-16 19:36:40 -07:00
Alex Butler 84a54b76e6 Rename methods to `read`, `send`, `write` & `flush`
Refine docs
Add `send` method
Add deprecated versions of write_message, write_pending,
read_message
Handle pong WriteBufferFull error
Add changelog
2023-05-27 13:19:13 +01:00
Alex Touchet 50d5a37bdc
Switch build status badge to GitHub Actions 2023-04-13 22:25:37 -07:00
Daniel Abramov 42b8797e8b Revert "Add `permessage-deflate` support"
This reverts commit edb2377540.

See https://github.com/snapview/tungstenite-rs/pull/328#issuecomment-1480349206
2023-03-23 00:15:53 +01:00
kazk edb2377540 Add `permessage-deflate` support 2023-03-18 12:36:01 +01:00
Daniel Abramov b8ccbcf2a1 chore: update the documentation
Fixes #280.
2022-04-19 19:39:19 +02:00
Daniel Abramov 45dad40cb5 chore: update README 2022-03-02 16:47:46 +01:00
Daniel Abramov 89697449ff Fixes #230 2021-08-17 15:19:57 +02:00
Daniel Abramov 41999eeb0c Change default TLS features
Closes #202.
2021-05-10 12:27:52 +02:00
Daniel Abramov f59f20bc80 doc: update README 2021-03-01 17:38:10 +01:00
Dominik Nakamura c101024c28
Add support for rustls as TLS backend (#166)
* Add support for rustls as TLS backend

* Use a "use-*" prefix for the TLS features

* Only enable rustls if native-tls is not enabled

* Allows several TLS components to coexist

* Update docs for rustls mentions

* Enable all features on docs.rs

* Rename TLS feature flags from "use-*" to "*-tls"

* Make native-tls the default

* Move TLS related errors to a separate enum

* Add changelog entry about rustls support

* Fix wrong naming in main error enum

* Simplify docs about tls feature flag usage
2021-02-08 13:58:42 +01:00
Matěj Laitl 5586d0af51
Merge pull request #168 from WiredSound/master
Create specific error types for protocol, URL, and capacity errors
2021-01-11 15:52:45 +01:00
Daniel Abramov 36f617ae1b
Update README.md
Closes #157
2021-01-10 20:28:50 +01:00
WiredSound b85a661967 Minor change to wording of README 2021-01-09 20:38:34 +00:00
Zoldszemesostoros e7bab13e6d
make echo server compile
The original code failed to compile with "expected item after doc comment" error message
2020-08-17 11:47:00 +02:00
Kevin W Matthews 4cb27d08e4 Fix typo in README.md example 2019-10-27 09:59:50 -07:00
Alex Touchet 7581706c90
Update links 2019-07-29 11:46:18 -07:00
Nelson Chen a307160e1a Add use statements to README.md example
These clarify what comes from `std` and what comes from `tungstenite`.
2017-08-17 15:12:54 -07:00
Daniel Abramov 5982d4094d Update README and examples 2017-07-28 14:37:21 +02:00
Daniel Abramov 9d6c3058d5 Add travis badge to README.md 2017-06-29 16:36:43 +02:00
Daniel Abramov e36093047e Update README.md with doc and crates.io badges 2017-05-31 10:54:46 +02:00
Bruno Bigras ceb22faacf fix sample code in README.md 2017-05-24 10:13:21 -04:00
Alexey Galakhov da7c401e7f trivial: fix license badges in README.md 2017-04-11 16:31:42 +02:00
Alexey Galakhov d07f8067ff Add Readme and update license
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
2017-03-17 15:56:22 +01:00