Nikolay Kim
|
ad43ca735b
|
update server service requirenments
|
2019-03-11 15:09:42 -07:00 |
|
Nikolay Kim
|
d180b2a1e3
|
update tests
|
2019-02-18 18:46:30 -08:00 |
|
Nikolay Kim
|
c4596b0bd6
|
add headers from actix-web
|
2019-02-07 13:24:24 -08:00 |
|
Nikolay Kim
|
cd83553db7
|
simplify payload api; add missing http error helper functions
|
2019-02-07 11:37:33 -08:00 |
|
Nikolay Kim
|
c3d3e8b465
|
move TestServer to separate crate
|
2019-01-27 11:07:48 -08:00 |
|
Nikolay Kim
|
aaae368ed9
|
use new actix crates
|
2018-12-10 18:08:33 -08:00 |
|
Nikolay Kim
|
e9121025b7
|
convert to 2018 edition
|
2018-12-06 14:32:52 -08:00 |
|
Nikolay Kim
|
3901239128
|
unify requedt/response encoder
|
2018-11-19 14:57:12 -08:00 |
|
Nikolay Kim
|
1ca6b44bae
|
add TestServer
|
2018-11-18 21:48:20 -08:00 |
|
Nikolay Kim
|
8fea1367c7
|
re-introduce Body type, use Body as default body type for Response
|
2018-11-18 13:48:42 -08:00 |
|
Nikolay Kim
|
09c94cb06b
|
add client http codec; websockets client
|
2018-10-22 18:18:05 -07:00 |
|
Nikolay Kim
|
9b94eaa6a8
|
ws services
|
2018-10-22 09:59:20 -07:00 |
|
Nikolay Kim
|
d39c018c93
|
do not handle upgrade and connect requests
|
2018-10-13 23:57:31 -07:00 |
|
Nikolay Kim
|
47b47af01a
|
refactor ws codec
|
2018-10-10 13:20:00 -07:00 |
|
Nikolay Kim
|
1407bf4f7f
|
simplify h1 codec messages
|
2018-10-09 10:39:55 -07:00 |
|
Nikolay Kim
|
f99a723643
|
add Default impl for ServiceConfig
|
2018-10-08 15:52:12 -07:00 |
|
Nikolay Kim
|
30db78c19c
|
use TakeItem instead of TakeRequest
|
2018-10-08 07:55:01 -07:00 |
|
Nikolay Kim
|
c0699a070e
|
add TakeRequest service; update ws test case
|
2018-10-05 15:40:56 -07:00 |
|
Nikolay Kim
|
7e135b798b
|
add websocket transport and test
|
2018-10-05 14:30:40 -07:00 |
|
Nikolay Kim
|
6aa2de7b8d
|
remove actix-web artifacts
|
2018-10-04 17:00:27 -07:00 |
|
Nikolay Kim
|
b59712c439
|
add ssl handshake timeout tests
|
2018-10-02 11:32:43 -07:00 |
|
Nikolay Kim
|
724668910b
|
fix ssh handshake timeout
|
2018-10-02 11:18:59 -07:00 |
|
Nikolay Kim
|
61c7534e03
|
fix stream flushing
|
2018-10-02 10:43:23 -07:00 |
|
Nikolay Kim
|
c674ea9126
|
add StreamConfiguration service
|
2018-10-01 22:23:02 -07:00 |
|
Nikolay Kim
|
7c78797d9b
|
proper stop for test_ws_stopped test
|
2018-10-01 21:30:00 -07:00 |
|
Nikolay Kim
|
84edc57fd9
|
increase sleep time
|
2018-10-01 21:19:27 -07:00 |
|
Nikolay Kim
|
1bac65de4c
|
add websocket stopped test
|
2018-10-01 20:15:26 -07:00 |
|
Nikolay Kim
|
1716380f08
|
clippy fmt
|
2018-08-23 09:48:01 -07:00 |
|
Nikolay Kim
|
8eb9eb4247
|
flush io on complete
|
2018-08-08 09:12:32 -07:00 |
|
Nikolay Kim
|
30769e3072
|
fix http/2 error handling
|
2018-08-07 20:48:25 -07:00 |
|
jrconlin
|
246eafb8d2
|
Merge branch 'master' of https://github.com/actix/actix-web into feat/432
|
2018-08-01 09:36:08 -07:00 |
|
jrconlin
|
dca4c110dd
|
feature: allow TestServer to open a websocket on any URL
* added `TestServer::ws_at(uri_str)`
* modified `TestServer::ws()` to call `self.ws_at("/")` to preserve
behavior
Closes #432
|
2018-08-01 09:30:27 -07:00 |
|
Nikolay Kim
|
58230b15b9
|
use one thread for accept loop; refactor rust-tls support
|
2018-07-31 19:51:26 -07:00 |
|
Marat Safin
|
196da6d570
|
add rustls
|
2018-07-30 08:21:12 +03:00 |
|
Nikolay Kim
|
a5f7a67b4d
|
clippy warnings
|
2018-07-06 08:24:44 +06:00 |
|
Nikolay Kim
|
80339147b9
|
call disconnect on write error
|
2018-07-05 12:50:54 +06:00 |
|
Nikolay Kim
|
58d1f4a4aa
|
switch to actix master
|
2018-06-21 13:34:36 +06:00 |
|
Nikolay Kim
|
818d0bc187
|
new StreamHandler impl
|
2018-06-09 07:53:46 -07:00 |
|
Nikolay Kim
|
844be8d9dd
|
fix ssl test server
|
2018-05-29 10:59:24 -07:00 |
|
Nikolay Kim
|
ecd05662c0
|
use new actix system api
|
2018-05-29 10:31:37 -07:00 |
|
Nikolay Kim
|
45e9aaa462
|
rustfmt 0.7
|
2018-05-17 12:20:20 -07:00 |
|
Nikolay Kim
|
c72d1381a6
|
clippy warnings
|
2018-04-29 09:09:08 -07:00 |
|
Nikolay Kim
|
de49796fd1
|
clippy warnings; fmt
|
2018-04-28 22:55:47 -07:00 |
|
Nathan Fox
|
b7b61afacc
|
add ws close description parse test
|
2018-04-21 17:20:23 -04:00 |
|
Nathan Fox
|
de8a09254d
|
use Optional with websocket close reason
|
2018-04-21 16:50:27 -04:00 |
|
Nathan Fox
|
dc9a24a189
|
add websocket empty close status test
|
2018-04-20 21:55:07 -04:00 |
|
Nikolay Kim
|
113f5ad1a8
|
add rustfmt config
|
2018-04-13 16:02:01 -07:00 |
|
Nikolay Kim
|
8198f5e10a
|
Refactor TestServer configuration
|
2018-03-20 11:23:35 -07:00 |
|
Nikolay Kim
|
6cd40df387
|
Fix server websockets big payloads support
|
2018-03-19 17:27:03 -07:00 |
|
Nikolay Kim
|
35ee5d36d8
|
actix 0.5.5, ws test
|
2018-03-19 13:12:36 -07:00 |
|