Nikolay Kim
|
3b2928a391
|
Better naming for websockets implementation
|
2018-03-02 11:29:55 -08:00 |
|
Nikolay Kim
|
206c4e581a
|
rename httpcodes
|
2018-03-01 19:12:59 -08:00 |
|
Nikolay Kim
|
72aa2d9eae
|
clippy warnings
|
2018-02-26 14:33:56 -08:00 |
|
Nikolay Kim
|
a855c8b2c9
|
better ergonomics for WsClient::client()
|
2018-02-24 08:14:21 +03:00 |
|
Nikolay Kim
|
aff43cc8b8
|
fix routes registration order
|
2018-02-22 05:48:18 -08:00 |
|
Nikolay Kim
|
3f95cce9e8
|
allow to pass different binary data
|
2018-02-19 20:03:57 -08:00 |
|
Nikolay Kim
|
979cea03ac
|
added TestRequest::set_payload()
|
2018-02-19 20:01:38 -08:00 |
|
Nikolay Kim
|
548f4e4d62
|
replace reqwest with actix::client
|
2018-02-19 13:18:18 -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
|
30bdf9cb5e
|
update actix api
|
2018-02-12 01:13:06 -08:00 |
|
Nikolay Kim
|
94c4053cb5
|
more HttpServer type simplification
|
2018-02-10 11:01:54 -08:00 |
|
Christopher Armstrong
|
f8f99ec0c7
|
Disable signals in HttpServers started by the tests. (#69)
Something is wrong with signals on windows.
This change causes the unit tests to pass on Windows.
|
2018-02-08 14:55:47 -06:00 |
|
Nikolay Kim
|
577f91206c
|
added support for websocket testing
|
2018-01-30 15:13:33 -08:00 |
|
Alexander Andreev
|
e1d9c3803b
|
spelling check
|
2018-01-16 00:47:25 +03:00 |
|
Nikolay Kim
|
8a058efb4e
|
move server protocol impl to submodule
|
2018-01-11 18:35:05 -08:00 |
|
Nikolay Kim
|
e8412672a2
|
add resource level middlewares support
|
2018-01-09 20:00:18 -08:00 |
|
Nikolay Kim
|
6c7dda495b
|
add very simple http/2 test
|
2018-01-09 12:49:46 -08:00 |
|
Nikolay Kim
|
8348c830e2
|
no need for mut ref
|
2018-01-03 10:57:57 -08:00 |
|
Nikolay Kim
|
cc38b30f7b
|
refactor http actor usage
|
2017-12-31 17:26:32 -08:00 |
|
Nikolay Kim
|
3d3e4dae9a
|
refactor IntoHttpHandler trait
|
2017-12-29 11:33:04 -08:00 |
|
Nikolay Kim
|
093d0bae40
|
Param ctor is private
|
2017-12-27 19:19:28 -08:00 |
|
Nikolay Kim
|
da8aa8b988
|
use mio for accept loop
|
2017-12-27 11:22:27 -08:00 |
|
Nikolay Kim
|
183bcd38f8
|
modify unused_addr method; update websockt guide section
|
2017-12-26 20:52:21 -08:00 |
|
Nikolay Kim
|
3abd0db6b1
|
restore server start test
|
2017-12-26 20:07:31 -08:00 |
|