1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00
TiddlyWiki5/core/modules/server/routes
Moritz Ulrich 049244e8a8 WebServer: Enable deflate and gzip compression (#3677)
* get-index: Enable deflate and gzip compression

* Spaces -> Tabs

* listen: Add optional `gzip=yes` parameter (defaults to "no")

* get-index: Add comment explaining the usage of `zlib.*Sync` instead of async.
2019-01-27 16:23:24 +00:00
..
delete-tiddler.js Module-ize server routes, add static file support and other enhancements(#2679) 2018-07-18 16:54:43 +01:00
get-favicon.js Module-ize server routes, add static file support and other enhancements(#2679) 2018-07-18 16:54:43 +01:00
get-file.js Fixed type mismatch (#3403) 2018-08-19 18:22:52 +01:00
get-index.js WebServer: Enable deflate and gzip compression (#3677) 2019-01-27 16:23:24 +00:00
get-login-basic.js Fix basic authentication forced login 2018-12-16 18:20:33 +00:00
get-status.js Module-ize server routes, add static file support and other enhancements(#2679) 2018-07-18 16:54:43 +01:00
get-tiddler-html.js Improvements to the static single tiddler view as well as documentation. (#3386) 2018-12-01 13:30:00 +00:00
get-tiddler.js Module-ize server routes, add static file support and other enhancements(#2679) 2018-07-18 16:54:43 +01:00
get-tiddlers-json.js Module-ize server routes, add static file support and other enhancements(#2679) 2018-07-18 16:54:43 +01:00
put-tiddler.js Module-ize server routes, add static file support and other enhancements(#2679) 2018-07-18 16:54:43 +01:00