iris/_examples/file-server
Gerasimos (Makis) Maropoulos c1b31ab102
PartyConfigure: try to bind the struct's exported zero fields based on the registered dependencies (if any)
If the PartyConfigurator value accepts only static dependencies then we have zero performance penalty, exactly like a Controller (structure) works
2021-02-21 22:24:01 +02:00
..
basic New iris.WithKeepAlive(time.Duration) Configurator is added as a helper to enable TCP listener featured with keep-alive 2021-01-31 21:24:15 +02:00
embedding-files-into-app PartyConfigure: try to bind the struct's exported zero fields based on the registered dependencies (if any) 2021-02-21 22:24:01 +02:00
embedding-gzipped-files-into-app PartyConfigure: try to bind the struct's exported zero fields based on the registered dependencies (if any) 2021-02-21 22:24:01 +02: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 update all basicauth code reference 2020-11-25 04:54:20 +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 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 :) 2021-01-09 05:41:20 +02: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 :) 2021-01-09 05:41:20 +02:00