Expand description
Controller for static assets and other routes shared between the app and the general web site.
Functionsยง
- asset_
or_ ๐404 - get_
app_ css - get_
asset_ ๐zip - get_
dependencies_ zip - get_
doc_ index - get_
doc_ page - get_
installer_ linux_ x64 - get_
src_ zip - json_
redirect_ ๐response - Build a JSON redirect response with X-CollectiveToolbox-IsJsRedirect header.
- redirect_
permanent - Redirect helper for 308 (Permanent Redirect, preserves method). If X-CollectiveToolbox-IsJsRequest header is present, returns JSON with target URL and X-CollectiveToolbox-IsJsRedirect response header.
- redirect_
temporary - Redirect helper for 303 (See Other, changes POST to GET). If X-CollectiveToolbox-IsJsRequest header is present, returns JSON with target URL and X-CollectiveToolbox-IsJsRedirect response header.
- redirect_
temporary_ preserve_ method - Redirect helper for 307 (Temporary Redirect, preserves method). If X-CollectiveToolbox-IsJsRequest header is present, returns JSON with target URL and X-CollectiveToolbox-IsJsRedirect response header.
- static_
or_ 404