Nikolay Kim
|
4f99cd1580
|
add ws error tracing
|
2018-02-27 15:38:57 -08:00 |
|
Nikolay Kim
|
1f063e4136
|
move with_connector method to ClientRequestBuilder
|
2018-02-27 15:14:33 -08:00 |
|
Nikolay Kim
|
a7bf635158
|
unify headers and body processing for client response and server request
|
2018-02-27 15:03:28 -08:00 |
|
Nikolay Kim
|
5dcb558f50
|
refactor websockets handling
|
2018-02-27 10:09:24 -08:00 |
|
Nikolay Kim
|
d6fd4a3524
|
use buffer capacity; remove unused imports
|
2018-02-26 15:34:25 -08:00 |
|
Nikolay Kim
|
72aa2d9eae
|
clippy warnings
|
2018-02-26 14:33:56 -08:00 |
|
Nikolay Kim
|
644f1a9518
|
refactor ws frame parser
|
2018-02-26 13:58:23 -08:00 |
|
Nikolay Kim
|
141b992450
|
Make payload and httprequest a stream
|
2018-02-25 11:21:45 +03:00 |
|
Nikolay Kim
|
a855c8b2c9
|
better ergonomics for WsClient::client()
|
2018-02-24 08:14:21 +03:00 |
|
Nikolay Kim
|
fd31eb74c5
|
better ergonomics for ws client
|
2018-02-24 07:36:50 +03:00 |
|
Nikolay Kim
|
25aabfb3e2
|
fix big ws frames
|
2018-02-23 10:45:33 +01:00 |
|
Nikolay Kim
|
03912d2089
|
support client request's async body
|
2018-02-19 22:48:27 -08:00 |
|
Nikolay Kim
|
cb70d5ec3d
|
refactor http client
|
2018-02-19 03:11:11 -08:00 |
|
Nikolay Kim
|
b1eec3131f
|
use newer api
|
2018-02-12 22:56:47 -08:00 |
|
Nikolay Kim
|
335ca8ff33
|
use new actix api
|
2018-02-12 16:08:04 -08:00 |
|
Nikolay Kim
|
720d8c36c1
|
update names
|
2018-02-12 12:45:08 -08:00 |
|
Nikolay Kim
|
8c1b5fa945
|
sync with latest actix
|
2018-02-12 12:17:30 -08:00 |
|
Nikolay Kim
|
30bdf9cb5e
|
update actix api
|
2018-02-12 01:13:06 -08:00 |
|
Nikolay Kim
|
3109f9be62
|
special handling for upgraded pipeline
|
2018-02-10 00:05:20 -08:00 |
|
Nikolay Kim
|
0c98775b51
|
refactor h1 stream polling
|
2018-02-09 22:26:48 -08:00 |
|
Nikolay Kim
|
b4b5c78b51
|
optimize ws frame generation
|
2018-02-09 20:43:14 -08:00 |
|
Nikolay Kim
|
78da98a16d
|
add wsload tool; optimize ws frame parser
|
2018-02-09 17:20:28 -08:00 |
|
Nikolay Kim
|
58f85658bd
|
update actix
|
2018-01-31 12:57:02 -08:00 |
|
Alexander Andreev
|
a565e71018
|
spelling check
|
2018-01-31 20:28:53 +03:00 |
|
Nikolay Kim
|
b698e3546b
|
link to websocket example
|
2018-01-30 15:26:58 -08:00 |
|
Nikolay Kim
|
577f91206c
|
added support for websocket testing
|
2018-01-30 15:13:33 -08:00 |
|
Nikolay Kim
|
76f9542df7
|
rename module
|
2018-01-30 13:04:52 -08:00 |
|
Nikolay Kim
|
5cbaf3a1b8
|
add client ssl support
|
2018-01-30 11:17:17 -08:00 |
|
Nikolay Kim
|
a02e0dfab6
|
initial work on client connector
|
2018-01-29 23:01:20 -08:00 |
|
Nikolay Kim
|
5cc3bba5cc
|
change ws client names
|
2018-01-29 15:45:37 -08:00 |
|
Nikolay Kim
|
b686f39d0b
|
complete impl for client request and response
|
2018-01-29 14:44:25 -08:00 |
|
Nikolay Kim
|
6416a796c3
|
add ClientRequest and ClientRequestBuilder
|
2018-01-29 11:45:33 -08:00 |
|
Nikolay Kim
|
456fd1364a
|
add handle method to contexts
|
2018-01-28 09:47:46 -08:00 |
|
Nikolay Kim
|
7c7743c145
|
use right path
|
2018-01-27 22:52:17 -08:00 |
|
Nikolay Kim
|
5dd2e7523d
|
basic websocket client
|
2018-01-27 22:03:03 -08:00 |
|
Nikolay Kim
|
d4bc3294a3
|
actix compatibility
|
2018-01-27 10:04:56 -08:00 |
|
Nikolay Kim
|
78967dea13
|
stop http context immediately
|
2018-01-24 20:17:14 -08:00 |
|
Nikolay Kim
|
58a5d493b7
|
re-eanble write backpressure for h1 connections
|
2018-01-24 20:12:49 -08:00 |
|
Nikolay Kim
|
c5341017cd
|
fix typo
|
2018-01-23 15:39:53 -08:00 |
|
Nikolay Kim
|
f4873fcdee
|
stop websocket context
|
2018-01-23 15:35:39 -08:00 |
|
Nikolay Kim
|
e6ea177181
|
impl WebsocketContext::waiting() method
|
2018-01-22 16:55:50 -08:00 |
|
Nikolay Kim
|
ae10a89014
|
use ws masking from tungstenite project
|
2018-01-20 16:47:34 -08:00 |
|
Alexander Andreev
|
e1d9c3803b
|
spelling check
|
2018-01-16 00:47:25 +03:00 |
|
Nikolay Kim
|
93fdb596d4
|
Allow to explicitly disable chunked encoding
|
2018-01-13 16:17:33 -08:00 |
|
Nikolay Kim
|
aed90ed458
|
rename payload
|
2018-01-10 20:08:13 -08:00 |
|
Nikolay Kim
|
3f3dcf413b
|
move websocket code to submodule
|
2018-01-10 11:13:29 -08:00 |
|