PageCompiler: add support for Cache-Control header

This commit is contained in:
Günter Obiltschnig
2018-08-08 11:04:31 +02:00
parent b7ac69ebc6
commit 148ba9ab72
2 changed files with 10 additions and 0 deletions

View File

@@ -272,6 +272,11 @@ is actually written to a string stream (<[std::ostringstream]>).
Sending of the HTTP response back to the client is deferred to
when the page is complete.
!cacheControl
If set to a non-empty string (e.g., "no-cache, no-store"), adds a "Cache-Control"
header to the response with the given argument as value.
!session (OSP only)
For use with the POCO Open Service Platform only.