ssrlive
|
c7735e902e
|
change for some private functions
|
2 years ago |
Daniel Abramov
|
2787031c2f
|
Replace `InputBuffer` with a faster alternative
We're also deprecating the usage of `input_buffer` crate, see:
https://github.com/snapview/input_buffer/issues/6#issuecomment-870548303
|
4 years ago |
Maarten de Vries
|
96612748d1
|
Expose `handshake::derive_accept_key` as public API.
|
4 years ago |
Daniel Abramov
|
96d9eb75e5
|
chore: apply `fmt` to the whole project
|
4 years ago |
Horki
|
88ff5f371f
|
matches!: use macros; remove unused imports
|
5 years ago |
Sebastian Dröge
|
849f248a94
|
Update to sha-1 0.9
|
5 years ago |
Daniel Abramov
|
0c429cba94
|
chore: remove deprecated `description()`
Fixes #111
|
5 years ago |
Danny Browning
|
02684b4946
|
Try removing unpin
|
6 years ago |
Danny Browning
|
614a5068fa
|
Tokio-Tungstenite Async Changes
Changes required for tokio-tungstenite async implementation.
|
6 years ago |
Artem Vorotnikov
|
cbf80ecc76
|
Edition 2018, formatting, clippy fixes
|
6 years ago |
Alexey Galakhov
|
e6ebf5ac76
|
trivial: style fixes
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
7 years ago |
Ryan Leckey
|
51e7ba3f39
|
Switch from sha1 to sha-1
|
7 years ago |
Sean Schwartz
|
66d2c15f2d
|
Derive Debugs
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
Requires updated input_buffer pushed to crates.io:
- Resolved build errors by using github version of code until new version available on crates.io
Upgrade env_logger dev-dependency to v0.5.3
- Removed unwrap call from env_logger::init() as it is no longer needed.
|
7 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
|
d29e3948d2
|
Add Debug, Display and Error to HandshakeError
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
8 years ago |
Alexey Galakhov
|
e2b7b73e72
|
Improve documentation.
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
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 |
Alexey Galakhov
|
e63f594a14
|
Initial commit, mostly working client
|
8 years ago |