DRIVER_PREFIX
DRIVER_PREFIX = 'sdp_driver_'
Determines the service to create links to upload to/download from a drive
getDownloadResponse(\SDP_Link $link, \Pluf_Http_Request $request) : \Pluf_Http_Response
Returns a http response to given request to download given link.
The information to create link should be placed in the meta. All other needed information should be given from request.
\SDP_Link | $link | |
\Pluf_Http_Request | $request |