Home
last modified time | relevance | path

Searched refs:ResponseInterface (Results 101 – 103 of 103) sorted by last modified time

12345

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php8 use Sabre\HTTP\ResponseInterface; alias
225 * @param ResponseInterface $response
228 function httpPost(RequestInterface $request, ResponseInterface $response) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php8 use Sabre\HTTP\ResponseInterface; alias
89 * @param ResponseInterface $response
92 function httpGetEarly(RequestInterface $request, ResponseInterface $response) {
105 * @param ResponseInterface $response
108 function httpGet(RequestInterface $request, ResponseInterface $response) {
162 * @param ResponseInterface $response
165 function httpPOST(RequestInterface $request, ResponseInterface $response) {
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php30 use GuzzleHttp\Message\ResponseInterface; alias
68 … if ($e->getPrevious() instanceof RingException || !$rawResponse instanceof ResponseInterface) {
83 * @param ResponseInterface $response The Guzzle response.
87 public function getHeadersAsString(ResponseInterface $response)

12345