1
0
mirror of https://github.com/actix/examples synced 2024-11-28 08:22:39 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Pieter Frenssen
bc6f614f78
Improve the static files example. (#317)
* Improve the static files example.

* Replace the broken websocket example with a simple static HTML page.
* Show how to serve a second directory which is located inside the main
  directory but has file listing enabled.
* Demonstrate that a hierarchy of static files can be served by placing the
  JS and CSS files in their respective subfolders.
* Document how to use the example in the README.

* Improve formatting.
2020-05-18 07:28:47 +09:00
Nikolay Kim
e8ab9ee7ca update deps 2019-12-25 20:48:33 +04:00
Nikolay Kim
3127352797 upgrade to 2.0 alpha.3 2019-12-07 23:59:24 +06:00
Juan Aguilar
53fc2221ef Update to master (#90) 2019-03-26 06:29:00 +03:00
Nikolay Kim
52c12f264a port more examples 2019-03-09 22:38:15 -08:00
Nikolay Kim
e2945b9b39 update more examples and rustfmt 2019-03-09 18:03:09 -08:00
Nikolay Kim
2cc1b23761 upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
Nikolay Kim
e4f1833215 cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
Jose Marinez
6276b697e2 Adding first draft of static index example 2018-04-16 16:38:29 -04:00