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

added StaticFiles::inex_file config

This commit is contained in:
Nikolay Kim
2018-01-29 03:23:45 -08:00
parent 456fd1364a
commit b6a394a113
4 changed files with 46 additions and 5 deletions

View File

@ -6,6 +6,10 @@
* Added HttpRequest::mime_type() method
* Added StaticFiles::index_file()
* Added basic websocket client
## 0.3.3 (2018-01-25)