Exemplo n.º 1
0
 /** Extracts the Status code of this Result value. */
 public static int status(Result result) {
   return result.toScala().header().status();
 }