Exemple #1
0
 /**
  * Flush the received requests from the server
  * @throws RuntimeException
  */
 public static function flush()
 {
     self::start();
     return self::$client->delete('guzzle-server/requests');
 }