qBittorrent/src/base/http
Chocobo1 050b78f378
Send Cache-Control header in WebUI responses
Tune the caching time to be shorter, in case there is a program
update.
Change the cacheability to private, as WebUI resources are not intended
to be cached at proxy.
For uncacheable responses, send out "no-store" explicitly to halt
browser caching.
2018-06-04 20:50:08 +08:00
..
connection.cpp Cleanup header include order 2018-05-31 22:56:25 +08:00
connection.h Fix coding style 2018-05-09 17:06:22 +03:00
httperror.cpp Redesign Web API 2018-01-28 19:16:24 +03:00
httperror.h Redesign Web API 2018-01-28 19:16:24 +03:00
irequesthandler.h Rename Core to Base (Closes #3733). 2015-12-06 14:27:00 +03:00
requestparser.cpp Properly fill UploadedFile::filename field 2018-05-16 20:13:55 +03:00
requestparser.h Rewrite RequestParser 2018-02-23 14:46:17 +08:00
responsebuilder.cpp Redesign Web API 2018-01-28 19:16:24 +03:00
responsebuilder.h Redesign Web API 2018-01-28 19:16:24 +03:00
responsegenerator.cpp Coding style, use nullptr and other minor things 2017-10-08 10:20:54 +03:00
responsegenerator.h Coding style, use nullptr and other minor things 2017-10-08 10:20:54 +03:00
server.cpp Coding style, use nullptr and other minor things 2017-10-08 10:20:54 +03:00
server.h Coding style, use nullptr and other minor things 2017-10-08 10:20:54 +03:00
types.h Send Cache-Control header in WebUI responses 2018-06-04 20:50:08 +08:00