コード例 #1
0
ファイル: Server.php プロジェクト: puzzlehttp/puzzle
 /**
  * Flush the received requests from the server
  * @throws RuntimeException
  */
 public static function flush()
 {
     self::start();
     return self::$client->delete('guzzle-server/requests');
 }