Alexey Galakhov
|
e6ebf5ac76
|
trivial: style fixes
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
7 years ago |
Daniel Abramov
|
00303fa60c
|
Make the websocket configurable
|
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
|
c4013ccad3
|
Improve the `handshake::client::Request` structure
|
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
|
bd9ac9673e
|
chore: cleanup docs and warnings, strict docs
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
8 years ago |
Alexey Galakhov
|
f696771069
|
Generalize connect() interface.
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
8 years ago |
Alexey Galakhov
|
24f3bb7807
|
Add the possibility to pass extra request headers.
Closes: #5
Suggestions for a more convenient API are welcome.
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
8 years ago |
Alexey Galakhov
|
53aa24b06b
|
Fix warnings
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
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 |
Daniel Abramov
|
93843a1290
|
Fix `WouldBlock` error handling for the handshakes
|
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 |