Commit Graph

43 Commits (bb546acd7682f18279ed75b12817a2a444023513)

Author SHA1 Message Date
kangalioo fa70a370c8 Downgrade MSRV to 1.51 3 years ago
Daniel Abramov 2171c997f5 test: add a unit test for invalid `http::Request` 3 years ago
Sebastian Dröge 1a48959adc `HeaderName::from_static` requires all-lowercase HTTP2 compatible header names 3 years ago
Teo Klestrup Röijezon d21c7b53ca Downgrade MSRV to 1.56 3 years ago
Daniel Abramov d661f57224 client: overhaul of the request generation 3 years ago
yifei 9f563561a4 fix: return err if try to overwrite standard hedaer 4 years ago
Maarten de Vries 96612748d1 Expose `handshake::derive_accept_key` as public API. 4 years ago
WiredSound 3e485ddb96 Rename UrlErrorType to just UrlError, implement using thiserror 4 years ago
WiredSound 98377cf3dd Rename ProtocolErrorType to just ProtocolError, implement using thiserror 4 years ago
WiredSound aaebb432f0 Fix clippy warnings 4 years ago
WiredSound 6f846da0e3 Add protocol error types 4 years ago
WiredSound 34c6e63d87 Add specific URL error types 4 years ago
Daniel Abramov 96d9eb75e5 chore: apply `fmt` to the whole project 4 years ago
Daniel Abramov a8e06d2b39 clean up http error handling 4 years ago
Redrield 60f7b0f024 Fix some code-review issues 4 years ago
Redrield 6bce14fa26 Add facilities to allow clients to follow HTTP 3xx redirects 4 years ago
kids300 fb83e8c791 rm to_string 5 years ago
Yan 16a33df195 fix ws subportocol lowercase header 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 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 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
Daniel Abramov c291395d3b Fixes #86 6 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 e6ebf5ac76 trivial: style fixes 7 years ago
Daniel Abramov 00303fa60c Make the websocket configurable 7 years ago
Sean Schwartz 66d2c15f2d Derive Debugs 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 8 years ago
Alexey Galakhov f696771069 Generalize connect() interface. 8 years ago
Alexey Galakhov 24f3bb7807 Add the possibility to pass extra request headers. 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
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