1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-18 15:41:17 +00:00
actix-web/tests
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
..
cert.pem add rustls 2018-07-30 08:21:12 +03:00
key.pem Refactor TestServer configuration 2018-03-20 11:23:35 -07:00
test.binary Merge and fix PR comments 2018-04-29 14:02:50 +02:00
test.png Merge and fix PR comments 2018-04-29 14:02:50 +02:00
test_client.rs use new gzdecoder, fixes gz streaming #228 2018-07-31 09:06:05 -07:00
test_handlers.rs clippy warnings and fmt 2018-07-16 11:17:45 +06:00
test_middleware.rs rename PayloadHelper 2018-07-18 10:01:28 +06:00
test_server.rs do not drop content-encoding header in case of identity #363 2018-07-06 08:24:36 +06:00
test_ws.rs feature: allow TestServer to open a websocket on any URL 2018-08-01 09:30:27 -07:00