1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

allow to send request using custom connector

This commit is contained in:
Nikolay Kim
2018-02-19 13:41:21 -08:00
parent 548f4e4d62
commit f2f1798215
3 changed files with 20 additions and 3 deletions

View File

@ -14,10 +14,14 @@
* Added StaticFiles::index_file()
* Added http client
* Added basic websocket client
* Added TestServer::ws(), test websockets client
* Added TestServer test http client
* Allow to override content encoding on application level