Sean Schwartz
|
927058d767
|
Upgrade env_logger
Upgraded env_logger from 0.4.3 to 0.5.3
Updated example code to match new env_logger::init() use.
|
7 years ago |
Sean Schwartz
|
1154d5a5e4
|
Derive Debugs
Requires updated input_buffer with Debug derive fix: https://github.com/snapview/input_buffer/pull/1
Resolved build errors with patch in Cargo.toml with the fix above.
Deny missing debug and resolve resulting errors to satisfy:
https://rust-lang-nursery.github.io/api-guidelines/debuggability.html#all-public-types-implement-debug-c-debug
Formatted with rustfmt-nightly v0.3.6-nightly
|
7 years ago |
Alexey Galakhov
|
3091d11566
|
callback static dispatch
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
7 years ago |
Daniel Abramov
|
41dfc3c506
|
Add server.rs example to the examples section
|
8 years ago |
Daniel Abramov
|
5982d4094d
|
Update README and examples
|
8 years ago |
Daniel Abramov
|
44a15c9eab
|
Implements #6 (client/server headers access)
|
8 years ago |
Daniel Abramov
|
f34c488217
|
Add basic support for examining headers (#6)
|
8 years ago |
Alex Crichton
|
9f6f42766e
|
Add `Ping` and `Pong` variants to `Message`
This'll allow removal/deprecation of the `send_ping` custom method but also
allow applications to react to `Pong` messages as appropriate.
Closes #16
|
8 years ago |
Alexey Galakhov
|
66e30b2767
|
Return close frame with ConnectionClosed
This is a breaking change, thus bump the API version.
Closes: #10
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
8 years ago |
Alexey Galakhov
|
ac580a666b
|
Reexport useful components
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
8 years ago |
Alexey Galakhov
|
b7557f1baa
|
refactor: make handshake completely async
|
8 years ago |
Alexey Galakhov
|
345501d5f7
|
trivial: rename agent to "Tungstenite"
|
8 years ago |
Alexey Galakhov
|
838c8e7ea8
|
Rename the library to "tungstenite"
|
8 years ago |
Alexey Galakhov
|
7dccc51277
|
server: implement server
|
8 years ago |
Alexey Galakhov
|
caba37c41e
|
trivial: fix client example
|
8 years ago |
Alexey Galakhov
|
e63f594a14
|
Initial commit, mostly working client
|
8 years ago |