mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
20 lines
413 B
ReStructuredText
20 lines
413 B
ReStructuredText
ForbiddenResponse
|
|
=================
|
|
|
|
|
|
Returns 403 Forbidden status to user.
|
|
|
|
This Class renders response with HTTP/1.1 403 Forbidden header and empty
|
|
content. If you want to return specified content, please extend it with your
|
|
own class.
|
|
|
|
|
|
.. php:namespace:: OCA\AppFramework\Http
|
|
.. php:class:: ForbiddenResponse
|
|
|
|
|
|
|
|
.. php:method:: __construct()
|
|
|
|
Creates a response that returns HTTP 403 Forbidden status.
|