iris/_examples/file-server
2022-06-17 22:03:18 +03:00
..
basic replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
embedding-files-into-app replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
embedding-gzipped-files-into-app replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
favicon examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
file-server statuses: sync with std package 2022-03-02 01:51:55 +02:00
http2push New DirOptions.Cache field for in-memory caching and pre-compression for the fastest possible static file server 2020-07-24 13:03:49 +03:00
http2push-embedded replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
http2push-embedded-gzipped replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
send-files add Context.SendFileWithRate, ServeFileWithRate and ServeContentWithRate 2020-05-02 17:46:17 +03:00
single-page-application replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
spa-vue-router add example for https://github.com/kataras/iris/issues/1653 2020-10-04 19:04:10 +03:00
subdomain replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
upload-file README 2020-09-02 13:44:19 +03:00
upload-files :) 2021-01-09 05:41:20 +02:00
webdav handle https://github.com/kataras/iris/issues/1875 2022-04-13 02:25:47 +03:00