Daniel Abramov
b0ad00230b
Adapts tokio-tungstenite to tungstenite/headers
...
Basically changes the code of tokio-tungstenite to match the latest
(current) status of tungstenite-rs. Fixes #13 , fixes #9 , fixes #6 .
7 years ago
Daniel Abramov
035630ff23
Merge pull request #15 from spinda/tls-feature
...
Only enable tungstenite's "tls" feature when tokio-tungstenite's is enabled
7 years ago
Michael Smith
84ccf3e0b6
Control tungstenite/tls with tls feature
...
Previously tungstenite was always built with its "tls" feature enabled (thus
pulling down native-tls), even when the tls feature wasn't enabled on
tokio-tungstenite. Here we modify Cargo.toml to have tungstenite default to no
active features, then enable the tungstenite/tls feature with
tokio-tungstenite's tls feature. The default configuration remains the same.
7 years ago
Daniel Abramov
b2ed21f997
Merge pull request #14 from jasondavies/fix-typo
...
Fix typo.
7 years ago
Jason Davies
8b0fc1225a
Fix typo.
7 years ago
Daniel Abramov
9f4f235404
Forgotten update of README.md
7 years ago
Daniel Abramov
5149e40ef6
Add .travis.yml and update README.md
7 years ago
Daniel Abramov
c03e05dbba
Add README.md to the repository
8 years ago
Alexey Galakhov
9a4f171ab2
Version 0.2.1 released.
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Alexey Galakhov
5e8005f002
Merge branch 'devel'
8 years ago
Alexey Galakhov
e7c3ef5250
Set TCP_NODELAY on connect.
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Alexey Galakhov
7fbf836851
Update example for new API.
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Alexey Galakhov
5fbcd8d413
Add "connect" convenience function.
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Alexey Galakhov
c8dc978dd5
Bump version
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Alexey Galakhov
7f8699c2ff
Merge branch 'master' (early part) into devel
8 years ago
Alexey Galakhov
c6c77612c5
Version 0.2.0 released.
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Alexey Galakhov
c6b76a5c87
Add missing documentation for Url struct
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Daniel Abramov
bf165fd9c2
Merge pull request #10 from alex-shapiro/master
...
allow client to initiate connection with extra headers
8 years ago
Alex Shapiro
15167ab718
allow client to initiate connection with extra headers
...
Alter `client_async` to allow connections with a Request object that may contain extra headers, including a WebSocket protocol.
8 years ago
Alexey Galakhov
ef006f58f1
Bump version
8 years ago
Alexey Galakhov
60f9d3eedd
Version 0.1.2 released.
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Alexey Galakhov
bc5960d241
Update dependency version
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Alexey Galakhov
86d7829f17
Merge branch 'master' into devel
8 years ago
Daniel Abramov
b2b77893c2
Migrate to the tokio-io ( fixes #1 )
8 years ago
Alexey Galakhov
6f4f7747a6
Add link to documentation
8 years ago
Alexey Galakhov
d662dadbda
Update tungstenite dependency
8 years ago
Daniel Abramov
b79698b7ce
Merge pull request #2 from pyros2097/patch-1
...
Fix example not working
8 years ago
pyros2097
b621d9f213
Fix example not working
8 years ago
Alexey Galakhov
6cdb5485e6
Set categories
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Alexey Galakhov
81e3e1b7b5
Released version 0.1.0
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Alexey Galakhov
90e7053d2d
Bump version
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Alexey Galakhov
ce65cf482b
Add license and update manifest
8 years ago
Alexey Galakhov
1a7d3f976e
Cleanup unused macro_use
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Alexey Galakhov
7d67c08529
Depend on the published version of Tungstenite
...
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
8 years ago
Daniel Abramov
f80447d7d9
Update `authors` section in Cargo.toml
8 years ago
Daniel Abramov
f974670689
minor: Cargo.toml update tungstenite dependency
8 years ago
Alexey Galakhov
0b656bf24c
Merged in handshake-refactor (pull request #1 )
...
refactor: use asyncronous handshakes
Approved-by: Daniel Abramov
8 years ago
Alexey Galakhov
4b646308be
refactor: use asyncronous handshakes
8 years ago
Alexey Galakhov
0a21d17042
Change Sink according to new tungstenite semantics
8 years ago
Daniel Abramov
65aac6664e
Add examples on how to use the library
8 years ago
Daniel Abramov
dbd9c7775b
Add unit tests for handshakes
8 years ago
Daniel Abramov
ddf30ee987
Adds additional things for the handshakes
8 years ago
Daniel Abramov
e279aafd54
Documentation added
8 years ago
Daniel Abramov
e1f65c4a20
Add tokio bindings for the library
...
Needs some improvements, for instance the copy-paste can be removed.
8 years ago
Daniel Abramov
ddea3615f9
Rename the library
8 years ago
Daniel Abramov
40c13943ed
Add additional dependencies to the Cargo.toml
8 years ago
Daniel Abramov
a4315eb509
Repository created.
8 years ago