DoNothingResponseHandler

Implements \DruidFamiliar\Interfaces\IDruidQueryResponseHandler

Class DoNothingResponseHandler simply returns a response unchanged.

package

DruidFamiliar\ResponseHandler

Methods

Hook function to handle response from server.

handleResponse(\Guzzle\Http\Message\Response $response) : mixed

This hook must return the response, whether changed or not, so that the rest of the system can continue with it.

Arguments

$response

\Guzzle\Http\Message\Response

Response

mixed