Http
Namespaces
- Template
Interfaces, Classes and Traits
- ICallbackResponse
- Interface ICallbackResponse
- IOutput
- Very thin wrapper class to make output testable
- ContentSecurityPolicy
- Class ContentSecurityPolicy is a simple helper which allows applications to
modify the Content-Security-Policy sent by Nextcloud. Per default only JavaScript,
stylesheets, images, fonts, media and connections from the same domain
('self') are allowed.
- DataDisplayResponse
- Class DataDisplayResponse
- DataDownloadResponse
- Class DataDownloadResponse
- DataResponse
- A generic DataResponse class that is used to return generic data responses
for responders to transform
- DownloadResponse
- Prompts the user to download the a file
- EmptyContentSecurityPolicy
- Class EmptyContentSecurityPolicy is a simple helper which allows applications
to modify the Content-Security-Policy sent by ownCloud. Per default the policy
is forbidding everything.
- EmptyFeaturePolicy
- Class EmptyFeaturePolicy is a simple helper which allows applications
to modify the FeaturePolicy sent by Nextcloud. Per default the policy
is forbidding everything.
- FeaturePolicy
- Class FeaturePolicy is a simple helper which allows applications to
modify the Feature-Policy sent by Nextcloud. Per default only autoplay is allowed
from the same domain and full screen as well from the same domain.
- FileDisplayResponse
- Class FileDisplayResponse
- JSONResponse
- A renderer for JSON calls
- NotFoundResponse
- A generic 404 response showing an 404 error page as well to the end-user
- OCSResponse
- A renderer for OCS responses
- RedirectResponse
- Redirects to a different URL
- RedirectToDefaultAppResponse
- Redirects to the default app
- Response
- Base class for responses. Also used to just send headers.
- StandaloneTemplateResponse
- A template response that does not emit the loadAdditionalScripts events.
- StreamResponse
- Class StreamResponse
- StrictContentSecurityPolicy
- Class StrictContentSecurityPolicy is a simple helper which allows applications to
modify the Content-Security-Policy sent by Nextcloud. Per default only JavaScript,
stylesheets, images, fonts, media and connections from the same domain
('self') are allowed.
- StrictEvalContentSecurityPolicy
- Class StrictInlineContentSecurityPolicy is a simple helper which allows applications to
modify the Content-Security-Policy sent by Nextcloud. Per default only JavaScript,
stylesheets, images, fonts, media and connections from the same domain
('self') are allowed.
- StrictInlineContentSecurityPolicy
- Class StrictInlineContentSecurityPolicy is a simple helper which allows applications to
modify the Content-Security-Policy sent by Nextcloud. Per default only JavaScript,
stylesheets, images, fonts, media and connections from the same domain
('self') are allowed.
- TemplateResponse
- Response for a normal template
- ZipResponse
- Public library to send several files in one zip archive.