Abstract
Base class for verified-fetch plugins. This class provides a basic implementation of the VerifiedFetchPlugin interface.
VerifiedFetchPlugin
Subclasses must implement the id property, the canHandle, and handle methods.
id
canHandle
handle
Subclasses may override the codes and log properties.
codes
log
Protected
Optional
Readonly
Should return true if this plugin can handle the current request
true
Handle the current request
Base class for verified-fetch plugins. This class provides a basic implementation of the
VerifiedFetchPlugininterface.Subclasses must implement the
idproperty, thecanHandle, andhandlemethods.Subclasses may override the
codesandlogproperties.