IHandler

interface OCP\Http\WellKnown\IHandler
Interface for an app handler that reacts to requests to Nextcloud’s well
known URLs, e.g. to a WebFinger
Source:lib/public/Http/WellKnown/IHandler.php#37

Methods

public OCP\Http\WellKnown\IHandler::handle($service, $context, $previousResponse)
Source:

lib/public/Http/WellKnown/IHandler.php#48

Parameters:
Returns:

\OCP\Http\WellKnown\IResponse | null a response object if the request could be handled, null otherwise

Since:

21.0.0