Commit Graph

47 Commits (0c429cba9485e8f5efe9e51a8c088fcade93f35c)

Author SHA1 Message Date
Daniel Abramov 0c429cba94 chore: remove deprecated `description()` 5 years ago
macpp 0bfc217cfc allow firefox to connect 5 years ago
Alexey Galakhov c08f2c72ff client: correct port in request 5 years ago
Alexey Galakhov 9ec11cbc7a client: cover request generation with tests 5 years ago
Sebastian Dröge c2f713b6bb Update to http 0.2 5 years ago
Sebastian Dröge 88760b8b59 Fix various clippy warnings 5 years ago
Sebastian Dröge 07d4721ffd Add type aliases for Response/Request with a fixed body type 5 years ago
Sebastian Dröge 1ecc4f900d Use Response for the server handshake callback too 5 years ago
Sebastian Dröge 09a9b7ceef Remove custom Request/Response types from server code 5 years ago
Sebastian Dröge 9020840f84 Remove custom Request/Response types from client code 5 years ago
Sebastian Dröge 38a7d1a375 Remove custom Headers type and use http::HeaderMap instead 5 years ago
Danilo Bargen 5f3f4c016e Fix typo in docs 5 years ago
Daniel Abramov c291395d3b Fixes #86 5 years ago
Danny Browning 02684b4946 Try removing unpin 6 years ago
Danny Browning 614a5068fa Tokio-Tungstenite Async Changes 6 years ago
Artem Vorotnikov cbf80ecc76
Edition 2018, formatting, clippy fixes 6 years ago
Alexey Galakhov 6f132208ee server: let callback return HTTP error messages 6 years ago
Alexey Galakhov e6ebf5ac76 trivial: style fixes 7 years ago
Ryan Leckey 51e7ba3f39 Switch from sha1 to sha-1 7 years ago
Daniel Abramov 00303fa60c Make the websocket configurable 7 years ago
Sean Schwartz 66d2c15f2d Derive Debugs 7 years ago
Alexey Galakhov 7dc2be7eab Update for Rust 1.23 7 years ago
Alexey Galakhov 6f8c4e7034 Use input_buffer as separate crate. 7 years ago
Alexey Galakhov 3091d11566 callback static dispatch 8 years ago
Daniel Abramov c4013ccad3 Improve the `handshake::client::Request` structure 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
Alexey Galakhov 6faf90cd7b trivial: remove commented-out code 8 years ago
Alexey Galakhov bd9ac9673e chore: cleanup docs and warnings, strict docs 8 years ago
Alexey Galakhov f696771069 Generalize connect() interface. 8 years ago
Alexey Galakhov 22f7df0b46 Fix possible deadlock in handshake. 8 years ago
Alexey Galakhov d29e3948d2 Add Debug, Display and Error to HandshakeError 8 years ago
Alexey Galakhov 24f3bb7807 Add the possibility to pass extra request headers. 8 years ago
Ran Benita 76e80ca9a3 Only allocate error message if the error occurred 8 years ago
Alexey Galakhov e2b7b73e72 Improve documentation. 8 years ago
Alexey Galakhov 53aa24b06b Fix warnings 8 years ago
Alexey Galakhov 9e00140e19 trivial: debug logging cleanup 8 years ago
Alexey Galakhov c6d3dd6404 refactor: fix unit tests for new API 8 years ago
Alexey Galakhov b7557f1baa refactor: make handshake completely async 8 years ago
Alexey Galakhov e6b658d94f handshake: add the ability to iterate over headers. 8 years ago
Daniel Abramov 93843a1290 Fix `WouldBlock` error handling for the handshakes 8 years ago
Alexey Galakhov 7dccc51277 server: implement server 8 years ago
Alexey Galakhov 422f7bbc45 trivial: move MIN_READ to input_buffer 8 years ago
Alexey Galakhov e63f594a14 Initial commit, mostly working client 8 years ago