PHP Interface Ergo\Http\ClientFilter

Show file Open project: 99designs/ergo

Public Methods

Method Description
request ( $request ) : Request Called before the request is dispatched
response ( $response ) : Response Called before the response is returned

Method Details

request() public method

Called before the request is dispatched
public request ( $request ) : Request
return Request

response() public method

Called before the response is returned
public response ( $response ) : Response
return Response