Add to the array of successful requests
RequestInterface $request Successful request:
self
public function addSuccessfulRequest(RequestInterface $request) { $this->successfulRequests[] = $request; return $this; }