iris/_examples/file-server
2020-10-04 19:04:10 +03:00
..
basic 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
embedding-files-into-app examples: update go.mod (see previous commit) 2020-09-05 08:56:01 +03:00
embedding-gzipped-files-into-app examples: update go.mod (see previous commit) 2020-09-05 08:56:01 +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 minor improvements 2020-08-31 09:40:27 +03: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 examples: update go.mod (see previous commit) 2020-09-05 08:56:01 +03:00
http2push-embedded-gzipped examples: update go.mod (see previous commit) 2020-09-05 08:56:01 +03:00
send-files add Context.SendFileWithRate, ServeFileWithRate and ServeContentWithRate 2020-05-02 17:46:17 +03:00
single-page-application Modify the SPA example for iris.PrefixDir 2020-09-14 18:36:04 +03:00
spa-vue-router add example for https://github.com/kataras/iris/issues/1653 2020-10-04 19:04:10 +03:00
subdomain 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
upload-file README 2020-09-02 13:44:19 +03:00
upload-files minor improvements 2020-08-31 09:40:27 +03:00