lib/nitcorn: cache files served by `FileServer` for 1 hour
[nit.git] / lib / nitcorn / file_server.nit
2016-02-15 Alexis Laferrièrelib/nitcorn: cache files served by `FileServer` for...
2016-02-15 Alexis Laferrièrelib/nitcorn: intro the attribute `FileServer::javascrip...
2015-11-07 Alexis Laferrièrelib/nitcorn: use `files` and thus fix transferring...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-09-18 Alexis Laferrièrenitcorn: improve default file listing of `FileServer`
2014-09-17 Alexis Laferrièrenitcorn: optimize `FileServer::root` to be used later...
2014-09-17 Alexis Laferrièrenitcorn: better and safer access to root of a file...
2014-09-17 Alexis Laferrièrenitcorn: redirect requests of directories to an URI...
2014-09-10 Alexis Laferrièrenitcorn: by default a file is an application/octet...
2014-09-03 Alexis Laferrièrenitcorn: custom header in FileServer
2014-09-03 Alexis Laferrièrenitcorn: add utility to produce HTTP error pages (and...
2014-07-30 Alexis Laferrièrelib: intro the web server nitcorn